Home
last modified time | relevance | path

Searched refs:BT_GAP_ADV_SLOW_INT_MAX (Results 1 – 9 of 9) 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/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/encrypted/css_sample_data/src/
Dperipheral.c24 params.interval_max = BT_GAP_ADV_SLOW_INT_MAX; in create_adv()
/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.c174 params.interval_max = BT_GAP_ADV_SLOW_INT_MAX; in create_adv()
226 params.interval_max = BT_GAP_ADV_SLOW_INT_MAX; in update_adv_params()
/Zephyr-latest/tests/bsim/bluetooth/audio/src/
Dbap_unicast_server_test.c544 (BT_LE_ADV_OPT_EXT_ADV | BT_LE_ADV_OPT_CONN), BT_GAP_ADV_SLOW_INT_MAX, in test_main_acl_disconnect()
545 BT_GAP_ADV_SLOW_INT_MAX, NULL); in test_main_acl_disconnect()
/Zephyr-latest/include/zephyr/bluetooth/
Dgap.h729 #define BT_GAP_ADV_SLOW_INT_MAX 0x0780 /* 1.2 s */ macro