Searched refs:link_count (Results 1 – 2 of 2) sorted by relevance
3313 btm_cb.ble_ctr_cb.link_count[link_role]++; in btm_ble_update_link_topology_mask()3314 else if (btm_cb.ble_ctr_cb.link_count[link_role] > 0) in btm_ble_update_link_topology_mask()3315 btm_cb.ble_ctr_cb.link_count[link_role]--; in btm_ble_update_link_topology_mask()3317 if (btm_cb.ble_ctr_cb.link_count[HCI_ROLE_MASTER]) in btm_ble_update_link_topology_mask()3320 if (btm_cb.ble_ctr_cb.link_count[HCI_ROLE_SLAVE]) in btm_ble_update_link_topology_mask()
344 UINT8 link_count[2]; /* total link count master and slave*/ member