Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/bluetooth/
Dbluetooth.h1032 #define BT_LE_PER_ADV_PARAM(_int_min, _int_max, _options) \ macro
1037 #define BT_LE_PER_ADV_DEFAULT BT_LE_PER_ADV_PARAM(BT_GAP_PER_ADV_SLOW_INT_MIN, \
/Zephyr-Core-3.5.0/tests/bluetooth/tester/src/
Dbtp_gap.c1405 err = tester_gap_padv_configure(BT_LE_PER_ADV_PARAM(sys_le16_to_cpu(cp->interval_min),
Dbtp_bap.c1287 err = tester_gap_padv_configure(BT_LE_PER_ADV_PARAM(BT_GAP_PER_ADV_FAST_INT_MIN_2, in broadcast_source_setup()