HomeSort by relevance Sort by last modified time
    Searched refs:HCI_ROLE_SLAVE (Results 1 - 18 of 18) sorted by null

  /external/bluetooth/bluedroid/stack/smp/
smp_act.c 63 if (p_cb->role == HCI_ROLE_SLAVE)
387 if (p_dev_rec && (p_cb->role == HCI_ROLE_SLAVE))
420 else if (p_cb->role == HCI_ROLE_SLAVE)
575 if (p_cb->role == HCI_ROLE_SLAVE)
731 UINT8 key_to_dist = (p_cb->role == HCI_ROLE_SLAVE) ? p_cb->loc_r_key : p_cb->loc_i_key;
758 if (p_cb->role == HCI_ROLE_SLAVE||
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_utils.c 765 role == HCI_ROLE_SLAVE)
912 if (p_msg->int_conn.role == HCI_ROLE_SLAVE)
921 if (/*p_msg->int_conn.role == HCI_ROLE_SLAVE || */
bta_gattc_act.c     [all...]
  /external/bluetooth/bluedroid/stack/include/
l2c_api.h 104 #define L2CAP_ROLE_SLAVE HCI_ROLE_SLAVE
579 ** If the new role is a valid role (HCI_ROLE_MASTER or HCI_ROLE_SLAVE),
    [all...]
btm_api.h 706 #define BTM_ROLE_SLAVE HCI_ROLE_SLAVE
    [all...]
hcidefs.h     [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 100 p_lcb->link_role = HCI_ROLE_SLAVE;
121 p_lcb->link_role = HCI_ROLE_SLAVE;
    [all...]
l2c_ble.c 403 p_lcb->link_role = HCI_ROLE_SLAVE;
    [all...]
l2c_api.c 831 ** If the new role is a valid role (HCI_ROLE_MASTER or HCI_ROLE_SLAVE),
855 if (new_role == HCI_ROLE_MASTER || new_role == HCI_ROLE_SLAVE)
    [all...]
l2c_main.c 886 l2cb.desire_role = HCI_ROLE_SLAVE;
    [all...]
l2c_utils.c 292 ** Returns HCI_ROLE_MASTER or HCI_ROLE_SLAVE
    [all...]
  /external/bluetooth/bluedroid/include/
bt_target.h 1193 #define L2CAP_DESIRED_LINK_ROLE HCI_ROLE_SLAVE
    [all...]
  /external/libnfc-nci/src/include/
bt_target.h 993 #define L2CAP_DESIRED_LINK_ROLE HCI_ROLE_SLAVE
    [all...]
hcidefs.h     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c     [all...]
btm_ble_gap.c     [all...]
btm_sec.c     [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 609 milliseconds