Searched refs:link_count (Results 1 – 2 of 2) sorted by relevance
3326 btm_cb.ble_ctr_cb.link_count[link_role]++; in btm_ble_update_link_topology_mask()3327 else if (btm_cb.ble_ctr_cb.link_count[link_role] > 0) in btm_ble_update_link_topology_mask()3328 btm_cb.ble_ctr_cb.link_count[link_role]--; in btm_ble_update_link_topology_mask()3330 if (btm_cb.ble_ctr_cb.link_count[HCI_ROLE_MASTER]) in btm_ble_update_link_topology_mask()3333 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