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

  /external/bluetooth/bluedroid/stack/avct/
avct_ccb.c 44 tAVCT_CCB *p_ccb = &avct_cb.ccb[0];
115 return (UINT8) (p_ccb - avct_cb.ccb);
135 p_ccb = &avct_cb.ccb[idx];
avct_api.c 37 tAVCT_CB avct_cb; variable
66 memset(&avct_cb, 0, sizeof(tAVCT_CB));
77 avct_cb.mtu_br = mtu_br;
81 avct_cb.trace_level = AVCT_INITIAL_TRACE_LEVEL;
83 avct_cb.trace_level = BT_TRACE_LEVEL_NONE;
89 avct_cb.mtu = mtu;
276 p_bcb = &avct_cb.bcb[index - 1];
avct_lcb.c 281 tAVCT_LCB *p_lcb = &avct_cb.lcb[0];
316 tAVCT_LCB *p_lcb = &avct_cb.lcb[0];
351 tAVCT_CCB *p_ccb = &avct_cb.ccb[0];
396 tAVCT_LCB *p_lcb = &avct_cb.lcb[0];
429 tAVCT_CCB *p_ccb = &avct_cb.ccb[0];
454 tAVCT_CCB *p_ccb = &avct_cb.ccb[0];
avct_l2c.c 75 tAVCT_CCB *p_ccb = &avct_cb.ccb[0];
155 cfg.mtu = avct_cb.mtu;
198 cfg.mtu = avct_cb.mtu;
avct_lcb_act.c 214 tAVCT_CCB *p_ccb = &avct_cb.ccb[0];
265 tAVCT_CCB *p_ccb = &avct_cb.ccb[0];
291 tAVCT_CCB *p_ccb = &avct_cb.ccb[0];
326 tAVCT_CCB *p_ccb = &avct_cb.ccb[0];
450 tAVCT_CCB *p_ccb = &avct_cb.ccb[0];
avct_int.h 221 AVCT_API extern tAVCT_CB avct_cb;
224 #define avct_cb (*avct_cb_ptr) macro
  /external/bluetooth/bluedroid/include/
bt_trace.h     [all...]
  /external/libnfc-nci/src/include/
bt_trace.h     [all...]

Completed in 303 milliseconds