Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dbr.c761 if (BT_FEAT_LMP_ESCO_CAPABLE(bt_dev.features)) { in device_supported_pkt_type()
Dconn.c1769 if (BT_FEAT_LMP_ESCO_CAPABLE(bt_dev.features)) { in bt_conn_create_sco()
1877 if (BT_FEAT_LMP_ESCO_CAPABLE(bt_dev.features)) { in bt_conn_add_sco()
/Zephyr-Core-2.7.6/include/bluetooth/
Dhci.h122 #define BT_FEAT_LMP_ESCO_CAPABLE(feat) BT_FEAT_TEST(feat, 0, 3, 7) macro