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

/external/bluetooth/bluedroid/stack/smp/
H A Dsmp_act.c61 if (p_cb->role == HCI_ROLE_SLAVE)
355 if (p_dev_rec && (p_cb->role == HCI_ROLE_SLAVE))
388 else if (p_cb->role == HCI_ROLE_SLAVE)
538 if (p_cb->role == HCI_ROLE_SLAVE)
687 UINT8 key_to_dist = (p_cb->role == HCI_ROLE_SLAVE) ? p_cb->loc_r_key : p_cb->loc_i_key;
714 if (p_cb->role == HCI_ROLE_SLAVE||
/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h104 #define L2CAP_ROLE_SLAVE HCI_ROLE_SLAVE
589 ** If the new role is a valid role (HCI_ROLE_MASTER or HCI_ROLE_SLAVE),
H A Dbtm_api.h676 #define BTM_ROLE_SLAVE HCI_ROLE_SLAVE
H A Dhcidefs.h674 #define HCI_ROLE_SLAVE 0x01 macro
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_ble.c390 p_lcb->link_role = HCI_ROLE_SLAVE;
H A Dl2c_link.c99 p_lcb->link_role = HCI_ROLE_SLAVE;
120 p_lcb->link_role = HCI_ROLE_SLAVE;
H A Dl2c_api.c822 ** If the new role is a valid role (HCI_ROLE_MASTER or HCI_ROLE_SLAVE),
846 if (new_role == HCI_ROLE_MASTER || new_role == HCI_ROLE_SLAVE)
H A Dl2c_main.c876 l2cb.desire_role = HCI_ROLE_SLAVE;
H A Dl2c_utils.c237 ** Returns HCI_ROLE_MASTER or HCI_ROLE_SLAVE
2104 if ((p_lcb_cur->in_use) && (p_lcb_cur->link_role == HCI_ROLE_SLAVE))
/external/bluetooth/bluedroid/include/
H A Dbt_target.h1303 #define L2CAP_DESIRED_LINK_ROLE HCI_ROLE_SLAVE
/external/libnfc-nci/src/include/
H A Dbt_target.h1021 #define L2CAP_DESIRED_LINK_ROLE HCI_ROLE_SLAVE
H A Dhcidefs.h785 #define HCI_ROLE_SLAVE 0x01 macro
/external/libnfc-nci/halimpl/bcm2079x/include/
H A Dhcidefs.h785 #define HCI_ROLE_SLAVE 0x01 macro
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_act.c3235 if(p_data->acl_change.new_role == HCI_ROLE_SLAVE && bta_dm_cb.device_list.count > 1
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_sec.c4214 btm_acl_created (bda, p_dev_rec->dev_class, p_dev_rec->sec_bd_name, handle, HCI_ROLE_SLAVE, FALSE);

Completed in 327 milliseconds