Searched refs:sm_packet_handler (Results 1 – 7 of 7) sorted by relevance
/btstack/example/ |
H A D | sm_pairing_central.c | 87 static void sm_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size… 105 sm_event_callback_registration.callback = &sm_packet_handler; in sm_pairing_central_setup() 250 static void sm_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size… in sm_packet_handler() function
|
H A D | sm_pairing_peripheral.c | 73 static void sm_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… 113 sm_event_callback_registration.callback = &sm_packet_handler; in sm_peripheral_setup() 171 static void sm_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in sm_packet_handler() function
|
H A D | le_credit_based_flow_control_mode_server.c | 66 static void sm_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… 293 static void sm_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in sm_packet_handler() function 340 sm_event_callback_registration.callback = &sm_packet_handler; in btstack_main()
|
H A D | le_credit_based_flow_control_mode_client.c | 314 static void sm_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in sm_packet_handler() function 380 sm_event_callback_registration.callback = &sm_packet_handler; in btstack_main()
|
H A D | hog_host_demo.c | 459 static void sm_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size… in sm_packet_handler() function 543 sm_event_callback_registration.callback = &sm_packet_handler; in btstack_main()
|
H A D | hog_boot_host_demo.c | 535 static void sm_packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t size… in sm_packet_handler() function 614 sm_event_callback_registration.callback = &sm_packet_handler; in btstack_main()
|
/btstack/test/security_manager_sc/ |
H A D | sm_test.c | 317 static void sm_packet_handler (uint8_t packet_type, uint16_t channel, uint8_t *packet, uint16_t siz… in sm_packet_handler() function 550 sm_event_callback_registration.callback = &sm_packet_handler; in btstack_main()
|