Searched refs:link_count (Results 1 – 4 of 4) sorted by relevance
261 uint8_t link_count[kCentralAndPeripheralCount]; /* total link count central member
2777 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()
916 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()
1016 uint8_t link_count = bta_dm_cb.device_list.count; in bta_dm_adjust_roles() local1017 if (link_count) { in bta_dm_adjust_roles()1025 (link_count > 1)) { in bta_dm_adjust_roles()