Home
last modified time | relevance | path

Searched refs:hci_packet_handler (Results 1 – 14 of 14) sorted by relevance

/btstack/chipset/cinnamon/
H A Dcontroller.c75 static void (*hci_packet_handler)(uint8_t packet_type, uint8_t *packet, uint16_t size); variable
170 hci_packet_handler(HCI_EVENT_PACKET, hci_outgoing_event, length); in transport_emit_hci_event()
178 hci_packet_handler(HCI_EVENT_PACKET, hci_outgoing_event, hci_outgoing_event[1]+2); in transport_run()
198 (*hci_packet_handler)(packet_type, packet, size); in transport_packet_handler()
239 hci_packet_handler = handler; in transport_register_packet_handler()
/btstack/example/
H A Dsm_pairing_central.c86 static void hci_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz…
102 hci_event_callback_registration.callback = &hci_packet_handler; in sm_pairing_central_setup()
167 static void hci_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in hci_packet_handler() function
H A Dsm_pairing_peripheral.c74 static void hci_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz…
110 hci_event_callback_registration.callback = &hci_packet_handler; in sm_peripheral_setup()
307 static void hci_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in hci_packet_handler() function
H A Dgatt_device_information_query.c112 static void hci_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz…
130 hci_event_callback_registration.callback = &hci_packet_handler; in device_information_service_client_setup()
168 static void hci_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in hci_packet_handler() function
H A Dgatt_streamer_server.c75 static void hci_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t s…
179 hci_event_callback_registration.callback = &hci_packet_handler; in le_streamer_setup()
239 static void hci_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in hci_packet_handler() function
H A Dnordic_spp_le_streamer.c166 static void hci_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in hci_packet_handler() function
351 hci_event_callback_registration.callback = &hci_packet_handler; in btstack_main()
H A Dhfp_hf_demo.c447 static void hci_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t * event, uint16_t eve… in hci_packet_handler() function
792 hci_event_callback_registration.callback = &hci_packet_handler; in btstack_main()
794 hci_register_sco_packet_handler(&hci_packet_handler); in btstack_main()
H A Dspp_and_gatt_streamer.c199 static void hci_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in hci_packet_handler() function
486 hci_event_callback_registration.callback = &hci_packet_handler; in btstack_main()
H A Da2dp_source_demo.c238 static void hci_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz…
331 hci_event_callback_registration.callback = &hci_packet_handler; in a2dp_source_and_avrcp_services_init()
528 static void hci_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in hci_packet_handler() function
H A Da2dp_sink_demo.c249 static void hci_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz…
360 hci_event_callback_registration.callback = &hci_packet_handler; in setup_demo()
664 static void hci_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in hci_packet_handler() function
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/
H A Dexample.c75 static void hci_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t s…
175 hci_event_callback_registration.callback = &hci_packet_handler; in le_streamer_setup()
235 static void hci_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in hci_packet_handler() function
/btstack/test/security_manager_sc/
H A Dsm_test.c279 static void hci_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in hci_packet_handler() function
527 hci_event_callback_registration.callback = &hci_packet_handler; in btstack_main()
/btstack/chipset/realtek/
H A Dbtstack_chipset_realtek.c385 static void hci_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in hci_packet_handler() function
475 hci_event_callback_registration.callback = &hci_packet_handler; in chipset_init()
/btstack/src/mesh/
H A Dmesh.c301 static void hci_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t si… in hci_packet_handler() function
1218 hci_event_callback_registration.callback = &hci_packet_handler; in mesh_init()