Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_client/
Dbta_hf_client_co.c31 static bta_hf_ct_plc_t bta_hf_ct_plc; variable
34 #define bta_hf_ct_plc (*bta_hf_ct_plc_ptr) macro
132 sbc_plc_init(&(bta_hf_ct_plc.plc_state)); in bta_hf_dec_init()
252 sbc_plc_deinit(&(bta_hf_ct_plc.plc_state)); in bta_hf_client_sco_co_close()
253 bta_hf_ct_plc.first_good_frame_found = FALSE; in bta_hf_client_sco_co_close()
400 bta_hf_ct_plc.first_good_frame_found = TRUE; in bta_hf_client_decode_msbc_frame()
401 …sbc_plc_good_frame(&(bta_hf_ct_plc.plc_state), (int16_t *)bta_hf_client_co_cb.decode_raw_data, bta… in bta_hf_client_decode_msbc_frame()
408 if (!bta_hf_ct_plc.first_good_frame_found) { in bta_hf_client_decode_msbc_frame()
417 …sbc_plc_bad_frame(&(bta_hf_ct_plc.plc_state), bta_hf_client_co_cb.decode_raw_data, bta_hf_ct_plc.s… in bta_hf_client_decode_msbc_frame()
438 …btc_hf_client_incoming_data_cb_to_app((const uint8_t *)(bta_hf_ct_plc.sbc_plc_out), sbc_raw_data_s… in bta_hf_client_decode_msbc_frame()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hf_ag/
Dbta_ag_co.c50 static bta_hf_ct_plc_t bta_hf_ct_plc; variable
53 #define bta_hf_ct_plc (*bta_hf_ct_plc_ptr) macro
217 sbc_plc_init(&(bta_hf_ct_plc.plc_state)); in bta_hf_dec_init()
285 bta_hf_ct_plc.first_good_frame_found = TRUE; in bta_ag_decode_msbc_frame()
286 …sbc_plc_good_frame(&(bta_hf_ct_plc.plc_state), (int16_t *)bta_ag_co_cb.decode_raw_data, bta_hf_ct_… in bta_ag_decode_msbc_frame()
297 if (!bta_hf_ct_plc.first_good_frame_found) { in bta_ag_decode_msbc_frame()
306 …sbc_plc_bad_frame(&(bta_hf_ct_plc.plc_state), bta_ag_co_cb.decode_raw_data, bta_hf_ct_plc.sbc_plc_… 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()
460 sbc_plc_deinit(&(bta_hf_ct_plc.plc_state)); in bta_ag_sco_co_close()
461 bta_hf_ct_plc.first_good_frame_found = FALSE; in bta_ag_sco_co_close()