Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c188 BT_FEAT_LE_PAST_RECV(conn->le.features) ? "supports" : "does not support", in past_available()
191 return BT_FEAT_LE_PAST_RECV(conn->le.features) && in past_available()
Dbap_scan_delegator.c455 BT_FEAT_LE_PAST_RECV(bt_dev.le.features) ? "supports" : "does not support", in supports_past()
460 BT_FEAT_LE_PAST_RECV(bt_dev.le.features); in supports_past()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/
Dscan.c2118 } else if (!BT_FEAT_LE_PAST_RECV(bt_dev.le.features)) { in bt_le_per_adv_sync_transfer_subscribe()
2180 } else if (!BT_FEAT_LE_PAST_RECV(bt_dev.le.features)) { in bt_le_per_adv_sync_transfer_unsubscribe()
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/
Dhci_types.h241 #define BT_FEAT_LE_PAST_RECV(feat) BT_LE_FEAT_TEST(feat, \ macro