Searched refs:BT_FEAT_LE_PAST_SEND (Results 1 – 5 of 5) sorted by relevance
214 BT_FEAT_LE_PAST_SEND(bt_dev.le.features) ? "supports" : "does not support"); in past_available()217 BT_FEAT_LE_PAST_SEND(bt_dev.le.features) && in past_available()
416 BT_FEAT_LE_PAST_SEND(conn->le.features) ? "supports" : "does not support", in supports_past()421 BT_FEAT_LE_PAST_SEND(conn->le.features) && in supports_past()
2148 } else if (!BT_FEAT_LE_PAST_SEND(bt_dev.le.features)) { in bt_le_per_adv_sync_transfer()
2186 } else if (!BT_FEAT_LE_PAST_SEND(bt_dev.le.features)) { in bt_le_per_adv_set_info_transfer()
243 #define BT_FEAT_LE_PAST_SEND(feat) BT_LE_FEAT_TEST(feat, \ macro