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

  /system/bt/stack/smp/
smp_br_main.cc 314 if (p_cb->role > HCI_ROLE_SLAVE) {
321 (p_cb->role == HCI_ROLE_SLAVE) ? "Slave" : "Master",
smp_act.cc 78 } else if (p_cb->role == HCI_ROLE_SLAVE) {
509 if (p_dev_rec && (p_cb->role == HCI_ROLE_SLAVE))
531 if (p_cb->role == HCI_ROLE_SLAVE) {
774 if (!p_dev_rec->new_encryption_key_is_p256 && p_cb->role == HCI_ROLE_SLAVE) {
782 if (p_dev_rec && (p_cb->role == HCI_ROLE_SLAVE))
806 if (p_cb->role == HCI_ROLE_SLAVE) {
    [all...]
smp_l2c.cc 298 p_cb->role = HCI_ROLE_SLAVE;
smp_keys.cc     [all...]
  /system/bt/internal_include/
bt_target.h 544 #define L2CAP_DESIRED_LINK_ROLE HCI_ROLE_SLAVE
    [all...]
  /system/bt/bta/gatt/
bta_gattc_utils.cc 609 if (p_msg->int_conn.role == HCI_ROLE_SLAVE)
618 if (/*p_msg->int_conn.role == HCI_ROLE_SLAVE || */
  /system/bt/stack/include/
l2c_api.h 108 #define L2CAP_ROLE_SLAVE HCI_ROLE_SLAVE
707 * HCI_ROLE_SLAVE), the desire role is set to the new value.
    [all...]
btm_api_types.h 717 #define BTM_ROLE_SLAVE HCI_ROLE_SLAVE
    [all...]
hcidefs.h     [all...]
  /system/bt/stack/l2cap/
l2c_ble.cc 79 !(p_lcb->link_role == HCI_ROLE_SLAVE &&
392 p_lcb->link_role = HCI_ROLE_SLAVE;
    [all...]
l2c_link.cc 92 p_lcb->link_role = HCI_ROLE_SLAVE;
115 p_lcb->link_role = HCI_ROLE_SLAVE;
    [all...]
l2c_main.cc 826 l2cb.desire_role = HCI_ROLE_SLAVE;
l2c_api.cc     [all...]
l2c_utils.cc 276 * Returns HCI_ROLE_MASTER or HCI_ROLE_SLAVE
    [all...]
  /system/bt/stack/btm/
btm_ble_gap.cc     [all...]
btm_ble.cc     [all...]
btm_sec.cc     [all...]
  /system/bt/bta/dm/
bta_dm_act.cc     [all...]

Completed in 596 milliseconds