Searched refs:gap_event_inquiry_result_get_class_of_device (Results 1 – 5 of 5) sorted by relevance
182 … printf("with COD: 0x%06x, ", (unsigned int) gap_event_inquiry_result_get_class_of_device(packet)); in packet_handler()
261 class_of_device = gap_event_inquiry_result_get_class_of_device(packet); in packet_handler()
482 … printf("with COD: 0x%06x, ", (unsigned int) gap_event_inquiry_result_get_class_of_device(event)); in packet_handler()
557 cod = gap_event_inquiry_result_get_class_of_device(packet); in hci_packet_handler()
4488 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