Searched refs:hfp_hf_rfcomm_packet_handler (Results 1 – 2 of 2) sorted by relevance
84 static btstack_packet_handler_t hfp_hf_rfcomm_packet_handler; variable804 packet_handler = hfp_hf_rfcomm_packet_handler; in handle_query_rfcomm_event()2321 hfp_hf_rfcomm_packet_handler = handler; in hfp_set_hf_rfcomm_packet_handler()2338 hfp_hf_rfcomm_packet_handler = NULL; in hfp_deinit()
1557 static void hfp_hf_rfcomm_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, ui… in hfp_hf_rfcomm_packet_handler() function1613 … uint8_t status = rfcomm_register_service(hfp_hf_rfcomm_packet_handler, rfcomm_channel_nr, 0xffff); in hfp_hf_init()1625 hfp_set_hf_rfcomm_packet_handler(&hfp_hf_rfcomm_packet_handler); in hfp_hf_init()