Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_acl.c71 memset (btm_cb.btm_scn, 0, BTM_MAX_SCN); /* Initialize the SCN usage to FALSE */ in btm_acl_init()
1562 if (!btm_cb.btm_scn[x]) in BTM_AllocateSCN()
1564 btm_cb.btm_scn[x] = TRUE; in BTM_AllocateSCN()
1591 if (!btm_cb.btm_scn[scn-1]) in BTM_TryAllocateSCN()
1593 btm_cb.btm_scn[scn-1] = TRUE; in BTM_TryAllocateSCN()
1614 btm_cb.btm_scn[scn-1] = FALSE; in BTM_FreeSCN()
Dbtm_int.h787 UINT8 btm_scn[BTM_MAX_SCN]; /* current SCNs: TRUE if SCN is in use */ member