Home
last modified time | relevance | path

Searched refs:class_of_device (Results 1 – 4 of 4) sorted by relevance

/btstack/example/
H A Dspp_streamer_client.c248 uint32_t class_of_device; in packet_handler() local
261 class_of_device = gap_event_inquiry_result_get_class_of_device(packet); in packet_handler()
263 if (class_of_device == TEST_COD){ in packet_handler()
268 … printf("Device found: %s with COD: 0x%06x\n", bd_addr_to_str(event_addr), (int) class_of_device); in packet_handler()
/btstack/src/
H A Dgap.h395 void gap_set_class_of_device(uint32_t class_of_device);
H A Dhci.h1080 uint32_t class_of_device; member
H A Dhci.c1744 hci_send_cmd(&hci_write_class_of_device, hci_stack->class_of_device); in hci_run_gap_tasks_classic()
4985 hci_stack->class_of_device = 0x007a020c; // Smartphone in hci_init()
5212 void gap_set_class_of_device(uint32_t class_of_device){ in gap_set_class_of_device() argument
5213 hci_stack->class_of_device = class_of_device; in gap_set_class_of_device()