Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_assistant.c213 BT_FEAT_LE_PAST_RECV(conn->le.features) ? "supports" : "does not support", in past_available()
216 return BT_FEAT_LE_PAST_RECV(conn->le.features) && in past_available()
Dbap_scan_delegator.c417 BT_FEAT_LE_PAST_RECV(bt_dev.le.features) ? "supports" : "does not support", in supports_past()
422 BT_FEAT_LE_PAST_RECV(bt_dev.le.features); in supports_past()
/Zephyr-latest/subsys/bluetooth/host/
Dscan.c2242 } else if (!BT_FEAT_LE_PAST_RECV(bt_dev.le.features)) { in bt_le_per_adv_sync_transfer_subscribe()
2304 } else if (!BT_FEAT_LE_PAST_RECV(bt_dev.le.features)) { in bt_le_per_adv_sync_transfer_unsubscribe()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h245 #define BT_FEAT_LE_PAST_RECV(feat) BT_LE_FEAT_TEST(feat, \ macro