Home
last modified time | relevance | path

Searched refs:BT_FEAT_LE_PAWR_ADVERTISER (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/
Dadv.c1845 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()
Dconn.c3821 if (!BT_FEAT_LE_PAWR_ADVERTISER(bt_dev.le.features)) { in bt_conn_le_create_synced()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h271 #define BT_FEAT_LE_PAWR_ADVERTISER(feat) BT_LE_FEAT_TEST(feat, \ macro