Searched refs:BT_GAP_SCAN_FAST_WINDOW (Results 1 – 25 of 27) sorted by relevance
12
/Zephyr-latest/tests/bsim/bluetooth/host/central/src/ |
D | main.c | 60 .window = BT_GAP_SCAN_FAST_WINDOW, in test_central_connect_timeout_with_timeout() 122 .window = BT_GAP_SCAN_FAST_WINDOW, in test_central_connect_when_connecting() 168 .window = BT_GAP_SCAN_FAST_WINDOW, in test_central_connect_to_existing()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | bluetooth.h | 2316 BT_GAP_SCAN_FAST_WINDOW) 2326 BT_GAP_SCAN_FAST_WINDOW) 2327 BUILD_ASSERT(BT_GAP_SCAN_FAST_WINDOW == BT_GAP_SCAN_FAST_INTERVAL_MIN, 2339 BT_GAP_SCAN_FAST_WINDOW) 2350 BT_GAP_SCAN_FAST_WINDOW) 2351 BUILD_ASSERT(BT_GAP_SCAN_FAST_WINDOW == BT_GAP_SCAN_FAST_INTERVAL_MIN, 2363 BT_GAP_SCAN_FAST_WINDOW) 2377 BT_GAP_SCAN_FAST_WINDOW)
|
D | gap.h | 719 #define BT_GAP_SCAN_FAST_WINDOW 0x0030 /* 30 ms */ macro
|
D | conn.h | 1335 BT_GAP_SCAN_FAST_WINDOW)
|
/Zephyr-latest/tests/bsim/bluetooth/host/scan/slow/src/ |
D | dut.c | 34 BT_GAP_SCAN_FAST_WINDOW)
|
/Zephyr-latest/tests/bsim/bluetooth/host/privacy/central/src/ |
D | dut.c | 34 param.window = BT_GAP_SCAN_FAST_WINDOW; in start_scanning()
|
/Zephyr-latest/tests/bluetooth/host/conn/src/ |
D | main.c | 59 .window = BT_GAP_SCAN_FAST_WINDOW, in ZTEST()
|
/Zephyr-latest/samples/bluetooth/observer/src/ |
D | observer.c | 95 .window = BT_GAP_SCAN_FAST_WINDOW, in observer_start()
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/src/ |
D | main.c | 194 .window = BT_GAP_SCAN_FAST_WINDOW, in start_scan()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/src/ |
D | main.c | 127 .window = BT_GAP_SCAN_FAST_WINDOW, in connect()
|
/Zephyr-latest/samples/bluetooth/central_hr/src/ |
D | main.c | 193 .window = BT_GAP_SCAN_FAST_WINDOW, in start_scan()
|
/Zephyr-latest/samples/bluetooth/central_ht/src/ |
D | main.c | 233 .window = BT_GAP_SCAN_FAST_WINDOW, in scan_start()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/dut/src/ |
D | main.c | 188 .window = BT_GAP_SCAN_FAST_WINDOW, in connect()
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/ |
D | main.c | 130 .window = BT_GAP_SCAN_FAST_WINDOW, in connect()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/hfc/src/ |
D | main.c | 137 .window = BT_GAP_SCAN_FAST_WINDOW, in connect_as_central()
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/src/ |
D | main.c | 344 .window = BT_GAP_SCAN_FAST_WINDOW, in scan_enable()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits/src/ |
D | main.c | 302 .window = BT_GAP_SCAN_FAST_WINDOW, in connect_peripheral()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/credits_seg_recv/src/ |
D | main.c | 314 .window = BT_GAP_SCAN_FAST_WINDOW, in connect_peripheral()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/many_conns/src/ |
D | main.c | 306 .window = BT_GAP_SCAN_FAST_WINDOW, in connect_peripheral()
|
/Zephyr-latest/samples/bluetooth/iso_receive/src/ |
D | main.c | 21 BT_GAP_SCAN_FAST_WINDOW)
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/stress/src/ |
D | main.c | 376 .window = BT_GAP_SCAN_FAST_WINDOW, in connect_peripheral()
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/general/src/ |
D | main_l2cap_ecred.c | 529 .window = BT_GAP_SCAN_FAST_WINDOW, in test_central_main()
|
/Zephyr-latest/samples/bluetooth/central_otc/src/ |
D | main.c | 296 .window = BT_GAP_SCAN_FAST_WINDOW, in start_scan()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/ |
D | main.c | 386 .window = BT_GAP_SCAN_FAST_WINDOW, in start_scan()
|
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | bt.c | 1601 .window = BT_GAP_SCAN_FAST_WINDOW, in cmd_active_scan_on() 3335 .window = BT_GAP_SCAN_FAST_WINDOW, in cmd_connect_le_name() 4446 BT_GAP_SCAN_FAST_WINDOW); in cmd_fal_connect()
|
12