Searched refs:BT_FEAT_LE_PAWR_ADVERTISER (Results 1 – 3 of 3) sorted by relevance
1845 if (IS_ENABLED(CONFIG_BT_PER_ADV_RSP) && BT_FEAT_LE_PAWR_ADVERTISER(bt_dev.le.features)) { in bt_le_per_adv_set_param()1970 if (!BT_FEAT_LE_PAWR_ADVERTISER(bt_dev.le.features)) { in bt_le_per_adv_set_subevent_data()
3821 if (!BT_FEAT_LE_PAWR_ADVERTISER(bt_dev.le.features)) { in bt_conn_le_create_synced()
271 #define BT_FEAT_LE_PAWR_ADVERTISER(feat) BT_LE_FEAT_TEST(feat, \ macro