Searched defs:cod (Results 1 – 4 of 4) sorted by relevance
66 uint8_t cod[3]; member
782 struct bt_hci_cp_write_class_of_device *cod; in bt_br_init() local
50 uint8_t cod[3]; member
590 #define BT_COD_VALID(cod) ((0 == (cod[0] & (BIT(0) | BIT(1)))) ? true : false) argument591 #define BT_COD_MAJOR_SERVICE_CLASSES(cod) \ argument593 #define BT_COD_MAJOR_DEVICE_CLASS(cod) ((((uint32_t)cod[1]) & 0x1FUL)) argument594 #define BT_COD_MINOR_DEVICE_CLASS(cod) (((((uint32_t)cod[0]) & 0xFF) >> 2)) argument2860 uint8_t cod[3]; member2981 uint8_t cod[3]; member