Home
last modified time | relevance | path

Searched refs:link_count (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_int_types.h261 uint8_t link_count[kCentralAndPeripheralCount]; /* total link count central member
Dbtm_ble_gap.cc2777 btm_cb.ble_ctr_cb.link_count[link_role]++; in btm_ble_update_link_topology_mask()
2778 else if (btm_cb.ble_ctr_cb.link_count[link_role] > 0) in btm_ble_update_link_topology_mask()
2779 btm_cb.ble_ctr_cb.link_count[link_role]--; in btm_ble_update_link_topology_mask()
2781 if (btm_cb.ble_ctr_cb.link_count[HCI_ROLE_CENTRAL]) in btm_ble_update_link_topology_mask()
2784 if (btm_cb.ble_ctr_cb.link_count[HCI_ROLE_PERIPHERAL]) in btm_ble_update_link_topology_mask()
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_pm.cc916 return btm_cb.ble_ctr_cb.link_count[HCI_ROLE_CENTRAL] + in BTM_PM_ReadBleLinkCount()
917 btm_cb.ble_ctr_cb.link_count[HCI_ROLE_PERIPHERAL]; in BTM_PM_ReadBleLinkCount()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc1016 uint8_t link_count = bta_dm_cb.device_list.count; in bta_dm_adjust_roles() local
1017 if (link_count) { in bta_dm_adjust_roles()
1025 (link_count > 1)) { in bta_dm_adjust_roles()