Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_acl.cc1591 if (!btm_cb.btm_scn[x]) { in BTM_AllocateSCN()
1592 btm_cb.btm_scn[x] = true; in BTM_AllocateSCN()
1617 if (!btm_cb.btm_scn[scn - 1]) { in BTM_TryAllocateSCN()
1618 btm_cb.btm_scn[scn - 1] = true; in BTM_TryAllocateSCN()
1637 btm_cb.btm_scn[scn - 1] = false; in BTM_FreeSCN()
Dbtm_int_types.h743 uint8_t btm_scn[BTM_MAX_SCN]; /* current SCNs: true if SCN is in use */ member