Searched refs:BT_FEAT_LE_PAST_SEND (Results 1 – 5 of 5) sorted by relevance
230 BT_FEAT_LE_PAST_SEND(local_features.features) ? "supports" in past_available()234 BT_FEAT_LE_PAST_SEND(local_features.features) && in past_available()
439 BT_FEAT_LE_PAST_SEND(remote_info.le.features) ? "supports" in supports_past()446 BT_FEAT_LE_PAST_SEND(remote_info.le.features) && in supports_past()
2177 } else if (!BT_FEAT_LE_PAST_SEND(bt_dev.le.features)) { in bt_le_per_adv_sync_transfer()
2216 } else if (!BT_FEAT_LE_PAST_SEND(bt_dev.le.features)) { in bt_le_per_adv_set_info_transfer()
247 #define BT_FEAT_LE_PAST_SEND(feat) BT_LE_FEAT_TEST(feat, \ macro