Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/bluetooth/hci/
Dhci_ambiq.c37 #define BT_FEAT_SET_BIT(feat, octet, bit) (feat[octet] |= BIT(bit)) macro
38 #define BT_FEAT_SET_NO_BREDR(feat) BT_FEAT_SET_BIT(feat, 4, 5)
39 #define BT_FEAT_SET_LE(feat) BT_FEAT_SET_BIT(feat, 4, 6)