Searched refs:BT_FEAT_LE_PAST_RECV (Results 1 – 4 of 4) sorted by relevance
228 BT_FEAT_LE_PAST_RECV(remote_info.le.features) ? "supports" in past_available()233 return BT_FEAT_LE_PAST_RECV(remote_info.le.features) && in past_available()
441 BT_FEAT_LE_PAST_RECV(local_features.features) ? "supports" in supports_past()447 BT_FEAT_LE_PAST_RECV(local_features.features); in supports_past()
2271 } else if (!BT_FEAT_LE_PAST_RECV(bt_dev.le.features)) { in bt_le_per_adv_sync_transfer_subscribe()2333 } else if (!BT_FEAT_LE_PAST_RECV(bt_dev.le.features)) { in bt_le_per_adv_sync_transfer_unsubscribe()
249 #define BT_FEAT_LE_PAST_RECV(feat) BT_LE_FEAT_TEST(feat, \ macro