Searched refs:BT_GAP_ADV_FAST_INT_MIN_2 (Results 1 – 15 of 15) sorted by relevance
/Zephyr-latest/include/zephyr/bluetooth/ |
D | bluetooth.h | 979 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONNECTABLE, BT_GAP_ADV_FAST_INT_MIN_2, \ 1021 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, \ 1032 BT_GAP_ADV_FAST_INT_MIN_2, \ 1043 BT_GAP_ADV_FAST_INT_MIN_2, \ 1049 BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, _peer) 1052 #define BT_LE_ADV_NCONN BT_LE_ADV_PARAM(0, BT_GAP_ADV_FAST_INT_MIN_2, \ 1062 BT_GAP_ADV_FAST_INT_MIN_2, \ 1068 BT_GAP_ADV_FAST_INT_MIN_2, \ 1074 BT_LE_ADV_PARAM(BT_LE_ADV_OPT_EXT_ADV | BT_LE_ADV_OPT_CONN, BT_GAP_ADV_FAST_INT_MIN_2, \ 1086 BT_GAP_ADV_FAST_INT_MIN_2, \ [all …]
|
D | gap.h | 726 #define BT_GAP_ADV_FAST_INT_MIN_2 0x00a0 /* 100 ms */ macro
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | gatt.h | 12 .interval_min = BT_GAP_ADV_FAST_INT_MIN_2, \
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/legacy/src/ |
D | dut.c | 46 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/ |
D | broadcaster_multiple.c | 74 .interval_min = BT_GAP_ADV_FAST_INT_MIN_2, in broadcaster_multiple()
|
/Zephyr-latest/tests/bluetooth/df/connectionless_cte_tx/src/ |
D | common.c | 21 BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, NULL);
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/src/ |
D | main.c | 35 BT_GAP_ADV_FAST_INT_MIN_2,
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/sc_indicate/src/ |
D | bs_bt_utils.c | 137 params.interval_min = BT_GAP_ADV_FAST_INT_MIN_2; in create_adv()
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/ |
D | tester.c | 145 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/ |
D | main.c | 209 BT_GAP_ADV_FAST_INT_MIN_2, in run_tester()
|
/Zephyr-latest/samples/bluetooth/peripheral_hr/src/ |
D | main.c | 219 .interval_min = BT_GAP_ADV_FAST_INT_MIN_2, in main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/ |
D | peripheral.c | 70 params.interval_min = BT_GAP_ADV_FAST_INT_MIN_2; in create_adv()
|
/Zephyr-latest/samples/bluetooth/eddystone/src/ |
D | main.c | 152 .interval = sys_cpu_to_be16(BT_GAP_ADV_FAST_INT_MIN_2),
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_gap.c | 696 BT_LE_ADV_PARAM_INIT(0, BT_GAP_ADV_FAST_INT_MIN_2, BT_GAP_ADV_FAST_INT_MAX_2, NULL); 785 adv_param.interval_min = BT_GAP_ADV_FAST_INT_MIN_2;
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 2001 param.interval_min = BT_GAP_ADV_FAST_INT_MIN_2; in cmd_advertise() 2105 param.interval_min = BT_GAP_ADV_FAST_INT_MIN_2; in cmd_directed_adv() 2212 param->interval_min = BT_GAP_ADV_FAST_INT_MIN_2; in adv_param_parse()
|