Home
last modified time | relevance | path

Searched defs:cod (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Dclassic.h66 uint8_t cod[3]; member
/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c782 struct bt_hci_cp_write_class_of_device *cod; in bt_br_init() local
/Zephyr-latest/tests/bluetooth/tester/src/btp/
Dbtp_gap.h50 uint8_t cod[3]; member
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h590 #define BT_COD_VALID(cod) ((0 == (cod[0] & (BIT(0) | BIT(1)))) ? true : false) argument
591 #define BT_COD_MAJOR_SERVICE_CLASSES(cod) \ argument
593 #define BT_COD_MAJOR_DEVICE_CLASS(cod) ((((uint32_t)cod[1]) & 0x1FUL)) argument
594 #define BT_COD_MINOR_DEVICE_CLASS(cod) (((((uint32_t)cod[0]) & 0xFF) >> 2)) argument
2860 uint8_t cod[3]; member
2981 uint8_t cod[3]; member