Home
last modified time | relevance | path

Searched refs:BT_COD_MAJOR_DEVICE_CLASS (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/bluetooth/handsfree_ag/src/
Dmain.c234 major_device = (uint8_t)BT_COD_MAJOR_DEVICE_CLASS(results[i].cod); in discovery_timeout_cb()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h593 #define BT_COD_MAJOR_DEVICE_CLASS(cod) ((((uint32_t)cod[1]) & 0x1FUL)) macro