Lines Matching refs:scn
1559 // stack reserves scn 1 for HFP, HSP we still do the correct way
1582 BOOLEAN BTM_TryAllocateSCN(UINT8 scn)
1585 * Stack reserves scn 1 for HFP, HSP we still do the correct way.
1587 if ( (scn>=BTM_MAX_SCN) || (scn == 1) )
1591 if (!btm_cb.btm_scn[scn-1])
1593 btm_cb.btm_scn[scn-1] = TRUE;
1609 BOOLEAN BTM_FreeSCN(UINT8 scn)
1612 if (scn <= BTM_MAX_SCN)
1614 btm_cb.btm_scn[scn-1] = FALSE;