Home
last modified time | relevance | path

Searched refs:sbc_raw_data_size (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbta_hf_client_co.c385 UINT32 sbc_raw_data_size = HF_SBC_DEC_RAW_DATA_SIZE; in bta_hf_client_decode_msbc_frame() local
393 (OI_UINT32 *)&sbc_raw_data_size); in bta_hf_client_decode_msbc_frame()
412 sbc_raw_data_size = HF_SBC_DEC_RAW_DATA_SIZE; in bta_hf_client_decode_msbc_frame()
416 (OI_UINT32 *)&sbc_raw_data_size); in bta_hf_client_decode_msbc_frame()
438 …hf_client_incoming_data_cb_to_app((const uint8_t *)(bta_hf_ct_plc.sbc_plc_out), sbc_raw_data_size); in bta_hf_client_decode_msbc_frame()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbta_ag_co.c269 UINT32 sbc_raw_data_size = HF_SBC_DEC_RAW_DATA_SIZE; in bta_ag_decode_msbc_frame() local
277 (OI_UINT32 *)&sbc_raw_data_size); in bta_ag_decode_msbc_frame()
301 sbc_raw_data_size = HF_SBC_DEC_RAW_DATA_SIZE; in bta_ag_decode_msbc_frame()
305 (OI_UINT32 *)&sbc_raw_data_size); in bta_ag_decode_msbc_frame()
332 … btc_hf_incoming_data_cb_to_app((const uint8_t *)(bta_hf_ct_plc.sbc_plc_out), sbc_raw_data_size); in bta_ag_decode_msbc_frame()