Searched refs:BT_FEAT_LE_PAST_RECV (Results 1 – 4 of 4) sorted by relevance
1991 } else if (!BT_FEAT_LE_PAST_RECV(bt_dev.le.features)) { in bt_le_per_adv_sync_transfer_subscribe()2032 } else if (!BT_FEAT_LE_PAST_RECV(bt_dev.le.features)) { in bt_le_per_adv_sync_transfer_unsubscribe()
92 return BT_FEAT_LE_PAST_RECV(conn->le.features) && in past_available()
456 BT_FEAT_LE_PAST_RECV(bt_dev.le.features); in supports_past()
230 #define BT_FEAT_LE_PAST_RECV(feat) BT_LE_FEAT_TEST(feat, \ macro