Home
last modified time | relevance | path

Searched refs:BT_GAP_ADV_FAST_INT_MAX_2 (Results 1 – 15 of 15) sorted by relevance

/Zephyr-4.1.0/include/zephyr/bluetooth/
Dbluetooth.h1107 BT_GAP_ADV_FAST_INT_MAX_2, NULL) \
1148 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, \
1160 BT_GAP_ADV_FAST_INT_MAX_2, NULL) \
1171 BT_GAP_ADV_FAST_INT_MAX_2, NULL) \
1176 BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, _peer)
1180 BT_GAP_ADV_FAST_INT_MAX_2, NULL)
1190 BT_GAP_ADV_FAST_INT_MAX_2, NULL) \
1196 BT_GAP_ADV_FAST_INT_MAX_2, \
1202 BT_GAP_ADV_FAST_INT_MAX_2, NULL)
1214 BT_GAP_ADV_FAST_INT_MAX_2, \
[all …]
Dgap.h727 #define BT_GAP_ADV_FAST_INT_MAX_2 0x00f0 /* 150 ms */ macro
/Zephyr-4.1.0/subsys/bluetooth/mesh/
Dgatt.h13 .interval_max = BT_GAP_ADV_FAST_INT_MAX_2
/Zephyr-4.1.0/tests/bsim/bluetooth/host/privacy/legacy/src/
Ddut.c55 BT_LE_ADV_PARAM_INIT(0, BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, NULL); in start_advertising()
/Zephyr-4.1.0/samples/bluetooth/broadcaster_multiple/src/
Dbroadcaster_multiple.c75 .interval_max = BT_GAP_ADV_FAST_INT_MAX_2, in broadcaster_multiple()
/Zephyr-4.1.0/tests/bluetooth/df/connectionless_cte_tx/src/
Dcommon.c21 BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, NULL);
/Zephyr-4.1.0/samples/bluetooth/direction_finding_connectionless_tx/src/
Dmain.c36 BT_GAP_ADV_FAST_INT_MAX_2,
/Zephyr-4.1.0/tests/bsim/bluetooth/host/gatt/sc_indicate/src/
Dbs_bt_utils.c138 params.interval_max = BT_GAP_ADV_FAST_INT_MAX_2; in create_adv()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/privacy/central/src/
Dtester.c147 BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, NULL); in tester_procedure_periph_delayed_start_of_conn_adv()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/scan/start_stop/src/
Dmain.c195 BT_GAP_ADV_FAST_INT_MAX_2, in run_tester()
/Zephyr-4.1.0/samples/bluetooth/peripheral_hr/src/
Dmain.c220 .interval_max = BT_GAP_ADV_FAST_INT_MAX_2, in main()
/Zephyr-4.1.0/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c72 params.interval_max = BT_GAP_ADV_FAST_INT_MAX_2; in create_adv()
/Zephyr-4.1.0/tests/bluetooth/tester/src/audio/
Dbtp_pbp.c139 BT_LE_ADV_PARAM_INIT(0, BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, NULL); in pbp_broadcast_source_adv_setup()
/Zephyr-4.1.0/tests/bluetooth/tester/src/
Dbtp_gap.c762 BT_LE_ADV_PARAM_INIT(0, BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, NULL); in start_advertising()
850 adv_param.interval_max = BT_GAP_ADV_FAST_INT_MAX_2; in start_directed_advertising()
/Zephyr-4.1.0/subsys/bluetooth/host/shell/
Dbt.c1997 param.interval_max = BT_GAP_ADV_FAST_INT_MAX_2; in cmd_advertise()
2099 param.interval_max = BT_GAP_ADV_FAST_INT_MAX_2; in cmd_directed_adv()
2208 param->interval_max = BT_GAP_ADV_FAST_INT_MAX_2; in adv_param_parse()