Searched refs:link_role (Results 1 – 13 of 13) sorted by relevance
/system/bt/test/mock/ |
D | mock_stack_btm_ble_gap.cc | 137 void btm_ble_decrement_link_topology_mask(uint8_t link_role) { in btm_ble_decrement_link_topology_mask() argument 142 void btm_ble_increment_link_topology_mask(uint8_t link_role) { in btm_ble_increment_link_topology_mask() argument 199 void btm_ble_update_mode_operation(uint8_t link_role, const RawAddress* bd_addr, in btm_ble_update_mode_operation() argument
|
D | mock_stack_btm_ble.cc | 109 uint8_t link_role) { in btm_ble_set_encryption() argument
|
D | mock_stack_acl.cc | 322 tHCI_ROLE link_role, tBT_TRANSPORT transport) { in btm_acl_created() argument
|
/system/bt/stack/btm/ |
D | btm_ble_int.h | 71 uint8_t link_role); 98 extern void btm_ble_update_mode_operation(uint8_t link_role,
|
D | btm_ble_gap.cc | 2439 static void btm_ble_update_link_topology_mask(uint8_t link_role, in btm_ble_update_link_topology_mask() argument 2444 btm_cb.ble_ctr_cb.link_count[link_role]++; in btm_ble_update_link_topology_mask() 2445 else if (btm_cb.ble_ctr_cb.link_count[link_role] > 0) in btm_ble_update_link_topology_mask() 2446 btm_cb.ble_ctr_cb.link_count[link_role]--; in btm_ble_update_link_topology_mask() 2454 if (link_role == HCI_ROLE_PERIPHERAL && increase) { in btm_ble_update_link_topology_mask() 2463 void btm_ble_increment_link_topology_mask(uint8_t link_role) { in btm_ble_increment_link_topology_mask() argument 2464 btm_ble_update_link_topology_mask(link_role, true); in btm_ble_increment_link_topology_mask() 2467 void btm_ble_decrement_link_topology_mask(uint8_t link_role) { in btm_ble_decrement_link_topology_mask() argument 2468 btm_ble_update_link_topology_mask(link_role, false); in btm_ble_decrement_link_topology_mask() 2481 void btm_ble_update_mode_operation(uint8_t link_role, const RawAddress* bd_addr, in btm_ble_update_mode_operation() argument
|
D | btm_ble.cc | 1360 uint8_t link_role) { in btm_ble_set_encryption() argument 1381 if (link_role == HCI_ROLE_CENTRAL) { in btm_ble_set_encryption() 1401 if (link_role == HCI_ROLE_CENTRAL) { in btm_ble_set_encryption()
|
/system/bt/stack/acl/ |
D | acl.cc | 43 link_role = HCI_ROLE_CENTRAL; in Reset()
|
D | btm_acl.cc | 205 if (link.link_role != HCI_ROLE_CENTRAL) { in hci_btm_set_link_supervision_timeout() 208 RoleText(link.link_role).c_str()); in hci_btm_set_link_supervision_timeout() 366 tHCI_ROLE link_role, tBT_TRANSPORT transport) { in btm_acl_created() argument 370 p_acl->link_role = link_role; in btm_acl_created() 376 hci_handle, RoleText(link_role).c_str(), in btm_acl_created() 389 p_acl->link_role = link_role; in btm_acl_created() 400 PRIVATE_ADDRESS(bda), RoleText(p_acl->link_role).c_str(), hci_handle, in btm_acl_created() 424 link_role == HCI_ROLE_CENTRAL) { in btm_acl_created() 504 *p_role = p_acl->link_role; in BTM_GetRole() 542 if (p_acl->link_role == HCI_ROLE_CENTRAL) { in BTM_SwitchRoleToCentral() [all …]
|
D | ble_acl.cc | 33 void btm_ble_increment_link_topology_mask(uint8_t link_role);
|
D | acl.h | 231 tHCI_ROLE link_role; member
|
/system/bt/stack/include/ |
D | acl_api.h | 286 tHCI_ROLE link_role, tBT_TRANSPORT transport);
|
/system/bt/stack/l2cap/ |
D | l2c_link.cc | 50 uint8_t link_role, tBT_TRANSPORT transport); 53 void btm_ble_decrement_link_topology_mask(uint8_t link_role);
|
/system/bt/main/shim/ |
D | acl.cc | 951 LOG_DUMPSYS(fd, " role:%s", RoleText(link.link_role).c_str()); in DumpsysAcl()
|