Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/subsys/bluetooth/host/
Dbr.c770 if (BT_FEAT_EV5_PKT(bt_dev.features)) { in device_supported_pkt_type()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dhci_types.h131 #define BT_FEAT_EV5_PKT(feat) BT_FEAT_TEST(feat, 0, 4, 1) macro