Home
last modified time | relevance | path

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

/btstack/port/arduino/
H A DBTstack.h25 typedef void (*btstack_packet_handler_t) (uint8_t packet_type, uint16_t channel, uint8_t *packet, u… typedef
/btstack/src/
H A Dbtstack_defines.h65 typedef void (*btstack_packet_handler_t) (uint8_t packet_type, uint16_t channel, uint8_t *packet, u… typedef