Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c214 BT_FEAT_LE_PAST_SEND(bt_dev.le.features) ? "supports" : "does not support"); in past_available()
217 BT_FEAT_LE_PAST_SEND(bt_dev.le.features) && in past_available()
Dbap_scan_delegator.c416 BT_FEAT_LE_PAST_SEND(conn->le.features) ? "supports" : "does not support", in supports_past()
421 BT_FEAT_LE_PAST_SEND(conn->le.features) && in supports_past()
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c2148 } else if (!BT_FEAT_LE_PAST_SEND(bt_dev.le.features)) { in bt_le_per_adv_sync_transfer()
Dadv.c2186 } else if (!BT_FEAT_LE_PAST_SEND(bt_dev.le.features)) { in bt_le_per_adv_set_info_transfer()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h243 #define BT_FEAT_LE_PAST_SEND(feat) BT_LE_FEAT_TEST(feat, \ macro