Searched refs:BT_FEAT_LE_PAST_RECV (Results 1 – 4 of 4) sorted by relevance
188 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()
455 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()
2118 } 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()
241 #define BT_FEAT_LE_PAST_RECV(feat) BT_LE_FEAT_TEST(feat, \ macro