Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_acl.cc1568 if (!btm_cb.btm_scn[x]) { in BTM_AllocateSCN()
1569 btm_cb.btm_scn[x] = true; in BTM_AllocateSCN()
1594 if (!btm_cb.btm_scn[scn - 1]) { in BTM_TryAllocateSCN()
1595 btm_cb.btm_scn[scn - 1] = true; in BTM_TryAllocateSCN()
1614 btm_cb.btm_scn[scn - 1] = false; in BTM_FreeSCN()
Dbtm_int_types.h697 uint8_t btm_scn[BTM_MAX_SCN]; /* current SCNs: true if SCN is in use */ member