Home
last modified time | relevance | path

Searched refs:BT_GAP_SCAN_FAST_INTERVAL (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-2.7.6/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c170 BT_GAP_SCAN_FAST_INTERVAL, \
171 BT_GAP_SCAN_FAST_INTERVAL)
/Zephyr-Core-2.7.6/include/bluetooth/
Dbluetooth.h1768 BT_GAP_SCAN_FAST_INTERVAL, \
1779 BT_GAP_SCAN_FAST_INTERVAL, \
1790 BT_GAP_SCAN_FAST_INTERVAL, \
1804 BT_GAP_SCAN_FAST_INTERVAL, \
Dgap.h67 #define BT_GAP_SCAN_FAST_INTERVAL 0x0060 /* 60 ms */ macro
Dconn.h585 BT_GAP_SCAN_FAST_INTERVAL, \
586 BT_GAP_SCAN_FAST_INTERVAL)
594 BT_GAP_SCAN_FAST_INTERVAL, \
/Zephyr-Core-2.7.6/samples/bluetooth/central_hr/src/
Dmain.c172 .interval = BT_GAP_SCAN_FAST_INTERVAL, in start_scan()
/Zephyr-Core-2.7.6/samples/bluetooth/central_ht/src/
Dmain.c232 .interval = BT_GAP_SCAN_FAST_INTERVAL, in scan_start()
/Zephyr-Core-2.7.6/samples/bluetooth/direction_finding_connectionless_rx/src/
Dmain.c283 .interval = BT_GAP_SCAN_FAST_INTERVAL, in scan_enable()
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_l2cap_stress/src/
Dmain.c345 .interval = BT_GAP_SCAN_FAST_INTERVAL, in connect_peripheral()
/Zephyr-Core-2.7.6/samples/bluetooth/iso_receive/src/
Dmain.c19 BT_GAP_SCAN_FAST_INTERVAL, \
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/
Dbt.c834 .interval = BT_GAP_SCAN_FAST_INTERVAL, in cmd_active_scan_on()
1860 BT_GAP_SCAN_FAST_INTERVAL, in cmd_connect_le()
1861 BT_GAP_SCAN_FAST_INTERVAL); in cmd_connect_le()
2975 BT_GAP_SCAN_FAST_INTERVAL, in cmd_fal_connect()
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dscan.c252 interval = BT_GAP_SCAN_FAST_INTERVAL; in start_passive_scan()