Searched defs:bad_frame (Results 1 – 8 of 8) sorted by relevance
/btstack/example/ |
H A D | sco_demo_util.c | 346 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 D | hfp_h2_sync_test.cpp | 16 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 D | cvsd_plc_test.cpp | 61 static int bad_frame(int16_t * frame, uint16_t size){ in bad_frame() function
|
H A D | sco_demo_util.c | 396 bool bad_frame = (packet[1] & 0x30) != 0; in sco_demo_receive_CVSD() local
|
/btstack/src/classic/ |
H A D | btstack_sbc_bluedroid.c | 462 int bad_frame = 0; in btstack_sbc_decoder_bluedroid_process_msbc_data() local
|
H A D | btstack_sbc_decoder_bluedroid.c | 431 int bad_frame = 0; in btstack_sbc_decoder_process_msbc_data() local
|
H A D | btstack_cvsd_plc.c | 468 static int bad_frame(btstack_cvsd_plc_state_t *plc_state, BTSTACK_CVSD_PLC_SAMPLE_FORMAT * frame, u… in bad_frame() function
|
H A D | hfp.c | 2458 … bool (*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()
|