Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/host/classic/
Dbr.c724 if (BT_FEAT_LMP_SCO_CAPABLE(bt_dev.features)) { in device_supported_pkt_type()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h150 #define BT_FEAT_LMP_SCO_CAPABLE(feat) BT_FEAT_TEST(feat, 0, 1, 3) macro