Home
last modified time | relevance | path

Searched defs:hfp_h2_sync (Results 1 – 2 of 2) sorted by relevance

/btstack/src/classic/
H A Dhfp.c2453 static void hfp_h2_sync_reset(hfp_h2_sync_t * hfp_h2_sync){ in hfp_h2_sync_reset()
2457 void hfp_h2_sync_init(hfp_h2_sync_t * hfp_h2_sync, in hfp_h2_sync_init()
2464 static void hfp_h2_report_bad_frames(hfp_h2_sync_t *hfp_h2_sync){ in hfp_h2_report_bad_frames()
2472 static void hfp_h2_sync_drop_bytes(hfp_h2_sync_t * hfp_h2_sync, uint16_t bytes_to_drop){ in hfp_h2_sync_drop_bytes()
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()
/btstack/example/
H A Dsco_demo_util.c156 static hfp_h2_sync_t hfp_h2_sync; variable