Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/
Dbluetooth.h980 BT_GAP_ADV_FAST_INT_MAX_2, NULL) \
1021 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, \
1033 BT_GAP_ADV_FAST_INT_MAX_2, NULL) \
1044 BT_GAP_ADV_FAST_INT_MAX_2, NULL) \
1049 BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, _peer)
1053 BT_GAP_ADV_FAST_INT_MAX_2, NULL)
1063 BT_GAP_ADV_FAST_INT_MAX_2, NULL) \
1069 BT_GAP_ADV_FAST_INT_MAX_2, \
1075 BT_GAP_ADV_FAST_INT_MAX_2, NULL)
1087 BT_GAP_ADV_FAST_INT_MAX_2, \
[all …]
Dgap.h727 #define BT_GAP_ADV_FAST_INT_MAX_2 0x00f0 /* 150 ms */ macro
/Zephyr-latest/subsys/bluetooth/mesh/
Dgatt.h13 .interval_max = BT_GAP_ADV_FAST_INT_MAX_2
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/
Ddut.c46 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-latest/samples/bluetooth/broadcaster_multiple/src/
Dbroadcaster_multiple.c75 .interval_max = BT_GAP_ADV_FAST_INT_MAX_2, in broadcaster_multiple()
/Zephyr-latest/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-latest/samples/bluetooth/direction_finding_connectionless_tx/src/
Dmain.c36 BT_GAP_ADV_FAST_INT_MAX_2,
/Zephyr-latest/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-latest/tests/bsim/bluetooth/host/privacy/central/src/
Dtester.c145 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-latest/tests/bsim/bluetooth/host/scan/start_stop/src/
Dmain.c210 BT_GAP_ADV_FAST_INT_MAX_2, in run_tester()
/Zephyr-latest/samples/bluetooth/peripheral_hr/src/
Dmain.c220 .interval_max = BT_GAP_ADV_FAST_INT_MAX_2, in main()
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c71 params.interval_max = BT_GAP_ADV_FAST_INT_MAX_2; in create_adv()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gap.c696 BT_LE_ADV_PARAM_INIT(0, BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, NULL);
784 adv_param.interval_max = BT_GAP_ADV_FAST_INT_MAX_2;
/Zephyr-latest/subsys/bluetooth/host/shell/
Dbt.c2002 param.interval_max = BT_GAP_ADV_FAST_INT_MAX_2; in cmd_advertise()
2104 param.interval_max = BT_GAP_ADV_FAST_INT_MAX_2; in cmd_directed_adv()
2213 param->interval_max = BT_GAP_ADV_FAST_INT_MAX_2; in adv_param_parse()