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

  /system/bt/stack/smp/
smp_act.c 121 if (p_cb->role == HCI_ROLE_SLAVE)
570 if (p_dev_rec && (p_cb->role == HCI_ROLE_SLAVE))
593 if (p_cb->role == HCI_ROLE_SLAVE)
845 if (!p_dev_rec->new_encryption_key_is_p256 && p_cb->role == HCI_ROLE_SLAVE)
853 if (p_dev_rec && (p_cb->role == HCI_ROLE_SLAVE))
    [all...]
smp_br_main.c 348 (p_cb->role == HCI_ROLE_SLAVE) ? "Slave" : "Master",
smp_l2c.c 319 p_cb->role = HCI_ROLE_SLAVE;
smp_keys.c     [all...]
  /system/bt/bta/gatt/
bta_gattc_utils.c 617 role == HCI_ROLE_SLAVE)
763 if (p_msg->int_conn.role == HCI_ROLE_SLAVE)
772 if (/*p_msg->int_conn.role == HCI_ROLE_SLAVE || */
bta_gattc_act.c     [all...]
  /system/bt/include/
bt_target.h 591 #define L2CAP_DESIRED_LINK_ROLE HCI_ROLE_SLAVE
    [all...]
  /system/bt/stack/include/
l2c_api.h 106 #define L2CAP_ROLE_SLAVE HCI_ROLE_SLAVE
679 ** If the new role is a valid role (HCI_ROLE_MASTER or HCI_ROLE_SLAVE),
    [all...]
btm_api.h 696 #define BTM_ROLE_SLAVE HCI_ROLE_SLAVE
    [all...]
hcidefs.h     [all...]
  /system/bt/stack/l2cap/
l2c_ble.c 79 !(p_lcb->link_role == HCI_ROLE_SLAVE && BTM_ACL_IS_CONNECTED(rem_bda)))
431 p_lcb->link_role = HCI_ROLE_SLAVE;
    [all...]
l2c_link.c 100 p_lcb->link_role = HCI_ROLE_SLAVE;
124 p_lcb->link_role = HCI_ROLE_SLAVE;
    [all...]
l2c_main.c 826 l2cb.desire_role = HCI_ROLE_SLAVE;
    [all...]
l2c_api.c     [all...]
l2c_utils.c 312 ** Returns HCI_ROLE_MASTER or 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...]
  /system/bt/stack/btm/
btm_ble_gap.c     [all...]
btm_sec.c     [all...]
  /system/bt/bta/dm/
bta_dm_act.c     [all...]

Completed in 352 milliseconds