Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c71 memset (btm_cb.btm_scn, 0, BTM_MAX_SCN); /* Initialize the SCN usage to FALSE */ in btm_acl_init()
1561 if (!btm_cb.btm_scn[x - 1]) { in BTM_AllocateSCN()
1562 btm_cb.btm_scn[x - 1] = TRUE; in BTM_AllocateSCN()
1587 if (!btm_cb.btm_scn[scn - 1]) { in BTM_TryAllocateSCN()
1588 btm_cb.btm_scn[scn - 1] = TRUE; in BTM_TryAllocateSCN()
1609 btm_cb.btm_scn[scn - 1] = FALSE; in BTM_FreeSCN()
/hal_espressif-3.4.0/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h832 UINT8 btm_scn[BTM_MAX_SCN]; /* current SCNs: TRUE if SCN is in use */ member