/btstack/chipset/cinnamon/ |
H A D | controller.c | 75 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 D | sm_pairing_central.c | 86 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 D | sm_pairing_peripheral.c | 74 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 D | gatt_device_information_query.c | 112 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 D | gatt_streamer_server.c | 75 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 D | nordic_spp_le_streamer.c | 166 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 D | hfp_hf_demo.c | 447 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 D | spp_and_gatt_streamer.c | 199 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 D | a2dp_source_demo.c | 238 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 D | a2dp_sink_demo.c | 249 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 D | example.c | 75 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 D | sm_test.c | 279 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 D | btstack_chipset_realtek.c | 385 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 D | mesh.c | 301 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()
|