Searched refs:cfg_flags (Results 1 - 6 of 6) sorted by relevance

/system/bt/stack/mcap/
H A Dmca_l2c.c175 p_tbl->cfg_flags= MCA_L2C_CFG_CONN_ACP;
251 p_tbl->cfg_flags= MCA_L2C_CFG_CONN_ACP;
335 p_tbl->cfg_flags= MCA_L2C_CFG_CONN_INT;
349 p_tbl->cfg_flags |= MCA_L2C_CFG_DISCN_INT;
379 /* update cfg_flags */
380 p_tbl->cfg_flags |= MCA_L2C_CFG_CFM_DONE;
383 if (p_tbl->cfg_flags & MCA_L2C_CFG_IND_DONE)
437 if ((p_tbl->cfg_flags & MCA_L2C_CFG_IND_DONE) == 0)
439 /* update cfg_flags */
440 p_tbl->cfg_flags |
[all...]
H A Dmca_main.c141 p_tbl->cfg_flags= 0;
182 p_tbl->cfg_flags= 0;
317 if (p_tbl->cfg_flags&MCA_L2C_CFG_DISCN_INT)
319 p_tbl->cfg_flags = 0;
366 if (p_tbl->cfg_flags & MCA_L2C_CFG_CONN_ACP)
H A Dmca_int.h154 /* Configuration flags. tMCA_TC_TBL.cfg_flags */
173 UINT8 cfg_flags; /* L2CAP configuration flags */ member in struct:__anon1235
/system/bt/stack/avdt/
H A Davdt_l2c.c203 p_tbl->cfg_flags = AVDT_L2C_CFG_CONN_ACP;
322 p_tbl->cfg_flags = AVDT_L2C_CFG_CONN_INT;
367 /* update cfg_flags */
368 p_tbl->cfg_flags |= AVDT_L2C_CFG_CFM_DONE;
371 if (p_tbl->cfg_flags & AVDT_L2C_CFG_IND_DONE)
420 if ((p_tbl->cfg_flags & AVDT_L2C_CFG_IND_DONE) == 0)
422 /* update cfg_flags */
423 p_tbl->cfg_flags |= AVDT_L2C_CFG_IND_DONE;
426 if (p_tbl->cfg_flags & AVDT_L2C_CFG_CFM_DONE)
H A Davdt_ad.c285 p_tbl->cfg_flags = 0;
333 p_tbl->cfg_flags = 0;
389 if(p_tbl->cfg_flags & AVDT_L2C_CFG_CONN_ACP)
H A Davdt_int.h356 /* Configuration flags. tAVDT_TC_TBL.cfg_flags */
520 UINT8 cfg_flags; /* L2CAP configuration flags */ member in struct:__anon805

Completed in 81 milliseconds