Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_av_api.h323 tBTA_AV_CHNL chnl; /* audio/video */ member
337 tBTA_AV_CHNL chnl; member
348 tBTA_AV_CHNL chnl; member
355 tBTA_AV_CHNL chnl; member
364 tBTA_AV_CHNL chnl; member
372 tBTA_AV_CHNL chnl; member
379 tBTA_AV_CHNL chnl; member
387 tBTA_AV_CHNL chnl; member
487 tBTA_AV_CHNL chnl; member
619 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-latest/components/bt/host/bluedroid/bta/av/
Dbta_av_main.c335 static tBTA_AV_SCB *bta_av_alloc_scb(tBTA_AV_CHNL chnl) in bta_av_alloc_scb() argument
341 if (chnl == BTA_AV_CHNL_VIDEO) { in bta_av_alloc_scb()
352 } else if (chnl != BTA_AV_CHNL_AUDIO) { in bta_av_alloc_scb()
353 APPL_TRACE_ERROR("bad channel: %d\n", chnl); in bta_av_alloc_scb()
365 p_ret->chnl = chnl; in bta_av_alloc_scb()
366 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb()
547 registr.chnl = (tBTA_AV_CHNL)p_data->hdr.layer_specific; in bta_av_api_register()
555 p_scb = bta_av_alloc_scb(registr.chnl); in bta_av_api_register()
635 if (registr.chnl == BTA_AV_CHNL_AUDIO) { in bta_av_api_register()
783 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_aact.c308 start.chnl = p_scb->chnl; in notify_start_failed()
825 start.chnl = p_scb->chnl; in bta_av_role_res()
844 av_open.chnl = p_scb->chnl; in bta_av_role_res()
1083 open.chnl = p_scb->chnl; in bta_av_open_fail_sdp()
1395 open.chnl = p_scb->chnl; in bta_av_str_opened()
1470 protect_req.chnl = p_scb->chnl; in bta_av_security_ind()
1500 protect_rsp.chnl = p_scb->chnl; in bta_av_security_cfm()
1821 open.chnl = p_scb->chnl; in bta_av_open_failed()
2066 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) { in bta_av_str_stopped()
2079 suspend_rsp.chnl = p_scb->chnl; in bta_av_str_stopped()
[all …]
Dbta_av_act.c1018 started_msk, p_scb->chnl); in bta_av_stream_chg()
1019 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) { in bta_av_stream_chg()
1035 if (BTA_AV_CHNL_AUDIO == p_scb->chnl) { in bta_av_stream_chg()
1112 if (p_scb->chnl == BTA_AV_CHNL_AUDIO) { in bta_av_conn_chg()
1183 if (p_scb->chnl == BTA_AV_CHNL_AUDIO) { in bta_av_conn_chg()
1236 if (p_scbi && p_scbi->chnl == BTA_AV_CHNL_AUDIO && p_scbi->co_started) { in bta_av_conn_chg()
1823 APPL_TRACE_DEBUG("deregistered %d(h%d)", p_scb->chnl, p_scb->hndl); in bta_av_dereg_comp()
1825 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-latest/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-latest/components/bt/host/bluedroid/bta/av/include/
Dbta_av_int.h444 tBTA_AV_CHNL chnl; /* the channel: audio/video */ member