HomeSort by relevance Sort by last modified time
    Searched refs:cfg_flags (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/stack/mcap/
mca_l2c.c 175 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 |= MCA_L2C_CFG_IND_DONE
    [all...]
mca_main.c 141 p_tbl->cfg_flags= 0;
182 p_tbl->cfg_flags= 0;
314 if (p_tbl->cfg_flags&MCA_L2C_CFG_DISCN_INT)
316 p_tbl->cfg_flags = 0;
363 if (p_tbl->cfg_flags & MCA_L2C_CFG_CONN_ACP)
mca_int.h 154 /* Configuration flags. tMCA_TC_TBL.cfg_flags */
173 UINT8 cfg_flags; /* L2CAP configuration flags */ member in struct:__anon6303
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 203 p_tbl->cfg_flags = AVDT_L2C_CFG_CONN_ACP;
322 p_tbl->cfg_flags = AVDT_L2C_CFG_CONN_INT;
365 /* update cfg_flags */
366 p_tbl->cfg_flags |= AVDT_L2C_CFG_CFM_DONE;
369 if (p_tbl->cfg_flags & AVDT_L2C_CFG_IND_DONE)
418 if ((p_tbl->cfg_flags & AVDT_L2C_CFG_IND_DONE) == 0)
420 /* update cfg_flags */
421 p_tbl->cfg_flags |= AVDT_L2C_CFG_IND_DONE;
424 if (p_tbl->cfg_flags & AVDT_L2C_CFG_CFM_DONE)
avdt_ad.c 283 p_tbl->cfg_flags = 0;
331 p_tbl->cfg_flags = 0;
387 if(p_tbl->cfg_flags & AVDT_L2C_CFG_CONN_ACP)
avdt_int.h 360 /* Configuration flags. tAVDT_TC_TBL.cfg_flags */
524 UINT8 cfg_flags; /* L2CAP configuration flags */ member in struct:__anon5845

Completed in 2192 milliseconds