Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c73 memset (btm_cb.btm_scn, 0, BTM_MAX_SCN); /* Initialize the SCN usage to FALSE */ in btm_acl_init()
1568 for (x = 1; x < BTM_MAX_SCN; x++) { in BTM_AllocateSCN()
1590 if (scn >= BTM_MAX_SCN) { in BTM_TryAllocateSCN()
1616 if (scn <= BTM_MAX_SCN) { in BTM_FreeSCN()
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h57 #define BTM_MAX_SCN PORT_MAX_RFC_PORTS macro
845 UINT8 btm_scn[BTM_MAX_SCN]; /* current SCNs: TRUE if SCN is in use */