Home
last modified time | relevance | path

Searched defs:bad_frame (Results 1 – 8 of 8) sorted by relevance

/btstack/example/
H A Dsco_demo_util.c346 bool bad_frame = (packet[1] & 0x30) != 0; in sco_demo_cvsd_receive() local
487 static bool sco_demo_lc3swb_frame_callback(bool bad_frame, const uint8_t * frame_data, uint16_t fra… in sco_demo_lc3swb_frame_callback()
537 bool bad_frame = packet_status != 0; in sco_demo_lc3swb_receive() local
/btstack/test/hfp/
H A Dhfp_h2_sync_test.cpp16 static bool test_hfp_h2_sync_callback(bool bad_frame, const uint8_t * frame_data, uint16_t frame_le… in test_hfp_h2_sync_callback()
H A Dcvsd_plc_test.cpp61 static int bad_frame(int16_t * frame, uint16_t size){ in bad_frame() function
H A Dsco_demo_util.c396 bool bad_frame = (packet[1] & 0x30) != 0; in sco_demo_receive_CVSD() local
/btstack/src/classic/
H A Dbtstack_sbc_bluedroid.c462 int bad_frame = 0; in btstack_sbc_decoder_bluedroid_process_msbc_data() local
H A Dbtstack_sbc_decoder_bluedroid.c431 int bad_frame = 0; in btstack_sbc_decoder_process_msbc_data() local
H A Dbtstack_cvsd_plc.c468 static int bad_frame(btstack_cvsd_plc_state_t *plc_state, BTSTACK_CVSD_PLC_SAMPLE_FORMAT * frame, u… in bad_frame() function
H A Dhfp.c2458bool (*callback)(bool bad_frame, const uint8_t * frame_data, uint16_t frame_len)){ in hfp_h2_sync_init()
2480 void hfp_h2_sync_process(hfp_h2_sync_t *hfp_h2_sync, bool bad_frame, const uint8_t *frame_data, uin… in hfp_h2_sync_process()