Home
last modified time | relevance | path

Searched refs:chnl (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c302 start.chnl = p_scb->chnl; in notify_start_failed()
815 start.chnl = p_scb->chnl; in bta_av_role_res()
834 av_open.chnl = p_scb->chnl; in bta_av_role_res()
1072 open.chnl = p_scb->chnl; in bta_av_open_fail_sdp()
1376 open.chnl = p_scb->chnl; in bta_av_str_opened()
1431 protect_req.chnl = p_scb->chnl; in bta_av_security_ind()
1461 protect_rsp.chnl = p_scb->chnl; in bta_av_security_cfm()
1782 open.chnl = p_scb->chnl; in bta_av_open_failed()
2022 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) { in bta_av_str_stopped()
2035 suspend_rsp.chnl = p_scb->chnl; in bta_av_str_stopped()
[all …]
Dbta_av_main.c331 static tBTA_AV_SCB *bta_av_alloc_scb(tBTA_AV_CHNL chnl) in bta_av_alloc_scb() argument
337 if (chnl == BTA_AV_CHNL_VIDEO) { in bta_av_alloc_scb()
348 } else if (chnl != BTA_AV_CHNL_AUDIO) { in bta_av_alloc_scb()
349 APPL_TRACE_ERROR("bad channel: %d\n", chnl); in bta_av_alloc_scb()
361 p_ret->chnl = chnl; in bta_av_alloc_scb()
362 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb()
520 registr.chnl = (tBTA_AV_CHNL)p_data->hdr.layer_specific; in bta_av_api_register()
528 p_scb = bta_av_alloc_scb(registr.chnl); in bta_av_api_register()
608 if (registr.chnl == BTA_AV_CHNL_AUDIO) { in bta_av_api_register()
754 UINT8 chnl = (UINT8)p_data->hdr.layer_specific; in bta_av_ci_data() local
[all …]
Dbta_av_ci.c48 void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl) in bta_av_ci_src_data_ready() argument
53 p_buf->layer_specific = chnl; in bta_av_ci_src_data_ready()
Dbta_av_act.c1025 started_msk, p_scb->chnl); in bta_av_stream_chg()
1026 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) { in bta_av_stream_chg()
1042 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) { in bta_av_stream_chg()
1119 if (p_scb->chnl == BTA_AV_CHNL_AUDIO) { in bta_av_conn_chg()
1189 if (p_scb->chnl == BTA_AV_CHNL_AUDIO) { in bta_av_conn_chg()
1242 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) { in bta_av_conn_chg()
1826 APPL_TRACE_DEBUG("deregistered %d(h%d)", p_scb->chnl, p_scb->hndl); in bta_av_dereg_comp()
1828 if (p_scb->chnl == BTA_AV_CHNL_AUDIO) { in bta_av_dereg_comp()
Dbta_av_api.c108 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name, UINT8 app_id, in BTA_AvRegister() argument
116 p_buf->hdr.layer_specific = chnl; in BTA_AvRegister()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h314 tBTA_AV_CHNL chnl; /* audio/video */ member
328 tBTA_AV_CHNL chnl; member
339 tBTA_AV_CHNL chnl; member
346 tBTA_AV_CHNL chnl; member
355 tBTA_AV_CHNL chnl; member
363 tBTA_AV_CHNL chnl; member
370 tBTA_AV_CHNL chnl; member
378 tBTA_AV_CHNL chnl; member
467 tBTA_AV_CHNL chnl; member
596 void BTA_AvRegister(tBTA_AV_CHNL chnl, const char *p_service_name,
Dbta_av_ci.h51 extern void bta_av_ci_src_data_ready(tBTA_AV_CHNL chnl);
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/avrc/
Davrc_bld_tg.c724 UINT16 chnl = AVCT_DATA_CTRL; in avrc_bld_init_rsp_buffer() local
750 p_pkt->layer_specific = chnl; in avrc_bld_init_rsp_buffer()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h428 tBTA_AV_CHNL chnl; /* the channel: audio/video */ member