Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_gap.c3311 btm_cb.ble_ctr_cb.link_count[link_role]++; in btm_ble_update_link_topology_mask()
3312 else if (btm_cb.ble_ctr_cb.link_count[link_role] > 0) in btm_ble_update_link_topology_mask()
3313 btm_cb.ble_ctr_cb.link_count[link_role]--; in btm_ble_update_link_topology_mask()
3315 if (btm_cb.ble_ctr_cb.link_count[HCI_ROLE_MASTER]) in btm_ble_update_link_topology_mask()
3318 if (btm_cb.ble_ctr_cb.link_count[HCI_ROLE_SLAVE]) in btm_ble_update_link_topology_mask()
Dbtm_ble_int.h341 UINT8 link_count[2]; /* total link count master and slave*/ member