Searched defs:link_role (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_acl.cc188 uint16_t hci_handle, uint8_t link_role,
194 BTM_TRACE_DEBUG("btm_acl_created hci_handle=%d link_role=%d transport=%d",
195 hci_handle, link_role, transport);
200 p->link_role = link_role;
212 p->link_role = link_role;
279 link_role == HCI_ROLE_MASTER) {
366 "acl hci_handle=%d transport=%d connectable_mode=0x%0x link_role=%d",
368 p->link_role);
187 btm_acl_created(const RawAddress& bda, DEV_CLASS dc, BD_NAME bdn, uint16_t hci_handle, uint8_t link_role, tBT_TRANSPORT transport) argument
[all...]
H A Dbtm_ble.cc1520 uint8_t link_role) {
1541 if (link_role == BTM_ROLE_MASTER) {
1560 if (link_role == BTM_ROLE_MASTER) {
1518 btm_ble_set_encryption(const RawAddress& bd_addr, tBTM_BLE_SEC_ACT sec_act, uint8_t link_role) argument
H A Dbtm_ble_gap.cc2532 void btm_ble_update_link_topology_mask(uint8_t link_role, bool increase) { argument
2536 btm_cb.ble_ctr_cb.link_count[link_role]++;
2537 else if (btm_cb.ble_ctr_cb.link_count[link_role] > 0)
2538 btm_cb.ble_ctr_cb.link_count[link_role]--;
2546 if (link_role == HCI_ROLE_SLAVE && increase) {
2565 void btm_ble_update_mode_operation(uint8_t link_role, const RawAddress* bd_addr, argument
H A Dbtm_int_types.h81 uint8_t link_role; member in struct:__anon869
/system/bt/stack/l2cap/
H A Dl2c_int.h398 uint8_t link_role; /* Master or slave */ member in struct:t_l2c_linkcb

Completed in 61 milliseconds