Home
last modified time | relevance | path

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

/system/bt/stack/mcap/
Dmca_main.c130 if (p_tbl->state == MCA_TC_ST_UNUSED) in mca_tc_tbl_calloc()
171 if (p_tbl->state == MCA_TC_ST_UNUSED) in mca_tc_tbl_dalloc()
240 mca_cb.tc.tc_tbl[idx].state = MCA_TC_ST_UNUSED; in mca_free_tc_tbl_by_lcid()
313 if (p_tbl->state == MCA_TC_ST_UNUSED) in mca_tc_close_ind()
338 p_tbl->state = MCA_TC_ST_UNUSED; in mca_tc_close_ind()
Dmca_int.h144 #define MCA_TC_ST_UNUSED 0 /* Unused - unallocated */ macro