Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_int_types.h300 uint8_t link_count[kCentralAndPeripheralCount]; /* total link count central member
Dbtm_ble_gap.cc3328 btm_cb.ble_ctr_cb.link_count[link_role]++; in btm_ble_update_link_topology_mask()
3329 else if (btm_cb.ble_ctr_cb.link_count[link_role] > 0) in btm_ble_update_link_topology_mask()
3330 btm_cb.ble_ctr_cb.link_count[link_role]--; in btm_ble_update_link_topology_mask()
3332 if (btm_cb.ble_ctr_cb.link_count[HCI_ROLE_CENTRAL]) in btm_ble_update_link_topology_mask()
3335 if (btm_cb.ble_ctr_cb.link_count[HCI_ROLE_PERIPHERAL]) in btm_ble_update_link_topology_mask()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_act.cc2820 uint8_t link_count = bta_dm_cb.device_list.count; in bta_dm_adjust_roles() local
2821 if (link_count) { in bta_dm_adjust_roles()
2828 (link_count > 1)) { in bta_dm_adjust_roles()