Searched refs:HCI_ROLE_SLAVE (Results 1 - 18 of 18) sorted by relevance

/system/bt/stack/smp/
H A Dsmp_br_main.cc314 if (p_cb->role > HCI_ROLE_SLAVE) {
321 (p_cb->role == HCI_ROLE_SLAVE) ? "Slave" : "Master",
H A Dsmp_act.cc78 } 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) {
892 if (p_cb->role == HCI_ROLE_SLAVE ||
1028 if (p_cb->role == HCI_ROLE_SLAVE)
1174 (p_cb->role == HCI_ROLE_SLAVE) ? p_cb->local_r_key : p_cb->local_i_key;
1197 if (p_cb->role == HCI_ROLE_SLAVE ||
[all...]
H A Dsmp_l2c.cc298 p_cb->role = HCI_ROLE_SLAVE;
H A Dsmp_keys.cc956 if (p_cb->role == HCI_ROLE_SLAVE)
/system/bt/internal_include/
H A Dbt_target.h544 #define L2CAP_DESIRED_LINK_ROLE HCI_ROLE_SLAVE
/system/bt/bta/gatt/
H A Dbta_gattc_utils.cc609 if (p_msg->int_conn.role == HCI_ROLE_SLAVE)
618 if (/*p_msg->int_conn.role == HCI_ROLE_SLAVE || */
/system/bt/stack/include/
H A Dl2c_api.h108 #define L2CAP_ROLE_SLAVE HCI_ROLE_SLAVE
707 * HCI_ROLE_SLAVE), the desire role is set to the new value.
H A Dbtm_api_types.h717 #define BTM_ROLE_SLAVE HCI_ROLE_SLAVE
H A Dhcidefs.h885 #define HCI_ROLE_SLAVE 0x01 macro
/system/bt/stack/l2cap/
H A Dl2c_ble.cc79 !(p_lcb->link_role == HCI_ROLE_SLAVE &&
392 p_lcb->link_role = HCI_ROLE_SLAVE;
H A Dl2c_link.cc92 p_lcb->link_role = HCI_ROLE_SLAVE;
115 p_lcb->link_role = HCI_ROLE_SLAVE;
H A Dl2c_main.cc826 l2cb.desire_role = HCI_ROLE_SLAVE;
H A Dl2c_api.cc1200 * HCI_ROLE_SLAVE), the desire role is set to the new value.
1220 if (new_role == HCI_ROLE_MASTER || new_role == HCI_ROLE_SLAVE)
H A Dl2c_utils.cc276 * Returns HCI_ROLE_MASTER or HCI_ROLE_SLAVE
2146 if ((p_lcb_cur->in_use) && (p_lcb_cur->link_role == HCI_ROLE_SLAVE)) {
/system/bt/stack/btm/
H A Dbtm_ble_gap.cc2546 if (btm_cb.ble_ctr_cb.link_count[HCI_ROLE_SLAVE])
2549 if (link_role == HCI_ROLE_SLAVE && increase) {
H A Dbtm_ble.cc2008 if (role == HCI_ROLE_SLAVE)
H A Dbtm_sec.cc4370 HCI_ROLE_SLAVE, BT_TRANSPORT_BR_EDR);
/system/bt/bta/dm/
H A Dbta_dm_act.cc2660 if (new_role == HCI_ROLE_SLAVE && bta_dm_cb.device_list.count > 1 &&

Completed in 796 milliseconds