Home
last modified time | relevance | path

Searched refs:gap_event_inquiry_result_get_class_of_device (Results 1 – 5 of 5) sorted by relevance

/btstack/example/
H A Dgap_inquiry.c182 … printf("with COD: 0x%06x, ", (unsigned int) gap_event_inquiry_result_get_class_of_device(packet)); in packet_handler()
H A Dspp_streamer_client.c261 class_of_device = gap_event_inquiry_result_get_class_of_device(packet); in packet_handler()
H A Dhfp_ag_demo.c482 … printf("with COD: 0x%06x, ", (unsigned int) gap_event_inquiry_result_get_class_of_device(event)); in packet_handler()
H A Da2dp_source_demo.c557 cod = gap_event_inquiry_result_get_class_of_device(packet); in hci_packet_handler()
/btstack/src/
H A Dbtstack_event.h4488 static inline uint32_t gap_event_inquiry_result_get_class_of_device(const uint8_t * event){ in gap_event_inquiry_result_get_class_of_device() function