Searched refs:avct_cb (Results 1 – 8 of 8) sorted by relevance
/external/bluetooth/bluedroid/stack/avct/ |
D | avct_api.c | 37 tAVCT_CB avct_cb; variable 66 memset(&avct_cb, 0, sizeof(tAVCT_CB)); in AVCT_Register() 77 avct_cb.mtu_br = mtu_br; in AVCT_Register() 81 avct_cb.trace_level = AVCT_INITIAL_TRACE_LEVEL; in AVCT_Register() 83 avct_cb.trace_level = BT_TRACE_LEVEL_NONE; in AVCT_Register() 89 avct_cb.mtu = mtu; in AVCT_Register() 276 p_bcb = &avct_cb.bcb[index - 1]; in AVCT_CreateBrowse()
|
D | avct_ccb.c | 44 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_ccb_alloc() 115 return (UINT8) (p_ccb - avct_cb.ccb); in avct_ccb_to_idx() 135 p_ccb = &avct_cb.ccb[idx]; in avct_ccb_by_idx()
|
D | avct_lcb.c | 281 tAVCT_LCB *p_lcb = &avct_cb.lcb[0]; in avct_lcb_by_bd() 316 tAVCT_LCB *p_lcb = &avct_cb.lcb[0]; in avct_lcb_alloc() 351 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_dealloc() 396 tAVCT_LCB *p_lcb = &avct_cb.lcb[0]; in avct_lcb_by_lcid() 429 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_has_pid() 454 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_last_ccb()
|
D | avct_lcb_act.c | 214 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_open_ind() 265 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_open_fail() 291 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_close_ind() 326 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_close_cfm() 450 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_lcb_cong_ind()
|
D | avct_l2c.c | 75 tAVCT_CCB *p_ccb = &avct_cb.ccb[0]; in avct_l2c_is_passive() 155 cfg.mtu = avct_cb.mtu; in avct_l2c_connect_ind_cback() 198 cfg.mtu = avct_cb.mtu; in avct_l2c_connect_cfm_cback()
|
D | avct_int.h | 221 AVCT_API extern tAVCT_CB avct_cb; 224 #define avct_cb (*avct_cb_ptr)
|
/external/bluetooth/bluedroid/include/ |
D | bt_trace.h | 2307 #define AVCT_TRACE_ERROR0(m) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 2308 #define AVCT_TRACE_ERROR1(m,p1) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 2309 #define AVCT_TRACE_ERROR2(m,p1,p2) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 2310 #define AVCT_TRACE_ERROR3(m,p1,p2,p3) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 2311 #define AVCT_TRACE_ERROR4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 2312 #define AVCT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 2313 #define AVCT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 2315 #define AVCT_TRACE_WARNING0(m) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… 2316 #define AVCT_TRACE_WARNING1(m,p1) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… 2317 #define AVCT_TRACE_WARNING2(m,p1,p2) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… [all …]
|
/external/libnfc-nci/src/include/ |
D | bt_trace.h | 2392 #define AVCT_TRACE_ERROR0(m) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 2393 #define AVCT_TRACE_ERROR1(m,p1) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 2394 #define AVCT_TRACE_ERROR2(m,p1,p2) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 2395 #define AVCT_TRACE_ERROR3(m,p1,p2,p3) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 2396 #define AVCT_TRACE_ERROR4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 2397 #define AVCT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 2398 #define AVCT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 2400 #define AVCT_TRACE_WARNING0(m) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… 2401 #define AVCT_TRACE_WARNING1(m,p1) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… 2402 #define AVCT_TRACE_WARNING2(m,p1,p2) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… [all …]
|