Home
last modified time | relevance | path

Searched refs:BT_GAP_ADV_SLOW_INT_MAX (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dgatt.h9 .interval_max = BT_GAP_ADV_SLOW_INT_MAX
/Zephyr-latest/samples/bluetooth/bthome_sensor_template/src/
Dmain.c17 BT_GAP_ADV_SLOW_INT_MAX, NULL)
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/src/
Dcommon.c28 .interval_max = BT_GAP_ADV_SLOW_INT_MAX,
/Zephyr-latest/tests/bsim/bluetooth/host/adv/encrypted/css_sample_data/src/
Dperipheral.c25 params.interval_max = BT_GAP_ADV_SLOW_INT_MAX; in create_adv()
/Zephyr-latest/samples/bluetooth/hci_vs_scan_req/src/
Dmain.c25 #define ADV_MAX_INTERVAL BT_GAP_ADV_SLOW_INT_MAX
/Zephyr-latest/tests/bsim/bluetooth/host/adv/long_ad/src/
Dadvertiser.c31 params.interval_max = BT_GAP_ADV_SLOW_INT_MAX; in create_adv()
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/device/src/
Dtest_undirected_peripheral.c150 params.interval_max = BT_GAP_ADV_SLOW_INT_MAX; in create_adv()
202 params.interval_max = BT_GAP_ADV_SLOW_INT_MAX; in update_adv_params()
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h729 #define BT_GAP_ADV_SLOW_INT_MAX 0x0780 /* 1.2 s */ macro