Home
last modified time | relevance | path

Searched full:disconnect (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Diso.rst18 disconnect :Disconnect ISO Channel
58 5. Disconnect ISO channel:
62 uart:~$ iso disconnect
63 ISO Disconnect pending...
/Zephyr-latest/samples/bluetooth/extended_adv/
DREADME.rst13 - Demo how to gracefully restart the functionality, after a disconnect.
17 Once the connection is established, the advertiser waits for 5 seconds to disconnect.
56 Initiating disconnect within 5 seconds...
58 Connection object available from previous conn. Disconnect is complete!
63 Initiating disconnect within 5 seconds...
65 Connection object available from previous conn. Disconnect is complete!
/Zephyr-latest/tests/boot/with_mcumgr/pytest/
Dtest_upgrade.py36 disconnect = False
39 disconnect = True
41 if disconnect:
42 dut.disconnect()
63 dut.disconnect()
80 dut.disconnect()
118 dut.disconnect()
135 dut.disconnect()
192 dut.disconnect()
Dtest_downgrade_prevention.py42 dut.disconnect()
56 dut.disconnect()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dclient.c43 disconnect(conn); in client_round_0()
59 disconnect(conn); in client_round_1()
79 * is executed. We still trigger a disconnect, even though the server in client_round_2()
84 disconnect(conn); in client_round_2()
108 disconnect(conn); in client_round_3()
130 disconnect(conn); in client_round_4()
155 disconnect(conn); in client_round_6()
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/central/src/
Dcentral.c51 /* Disconnect the first identity of the peripheral. */ in central()
53 disconnect(conn_a); in central()
57 /* Disconnect the second identity of the peripheral. */ in central()
59 disconnect(conn_b); in central()
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_per_connection/src/
Dcentral.c27 disconnect(); in central()
40 disconnect(); in central()
50 disconnect(); in central()
Dperipheral.c34 /* Central should bond here and trigger a disconnect. */ in peripheral()
46 /* Central should bond here and trigger a disconnect. */ in peripheral()
56 /* Central should pair without bond here and trigger a disconnect. */ in peripheral()
/Zephyr-latest/dts/bindings/usb/
Dst,stm32-usb.yaml24 disconnect-gpios:
27 Some boards use a USB DISCONNECT pin to enable
/Zephyr-latest/tests/bsim/bluetooth/host/security/bond_overwrite_allowed/src/
Dcentral.c26 disconnect(); in central()
36 disconnect(); in central()
Dperipheral.c33 /* Central should bond here, and trigger a disconnect. */ in peripheral()
47 /* Central should disconnect here. */ in peripheral()
/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt/src/
Dmain_autoconnect.c19 /* Do not disconnect until the central also has connected all channels */ in test_peripheral_main()
22 disconnect(); in test_peripheral_main()
Dmain_collision.c34 /* Do not disconnect until the central also has connected all channels */ in test_peripheral_main()
37 disconnect(); in test_peripheral_main()
/Zephyr-latest/tests/bsim/bluetooth/host/att/timeout/
Dmain.c160 * 4. Expect the peripheral to disconnect.
165 * 9. Disconnect from the peripheral.
174 * 7. Expect the central to disconnect.
199 /* Here disconnect is triggered by the Central host due to ATT timeout. */ in test_timeout()
219 /* Check that disconnect doesn't happen during time > ATT timeout. */ in test_timeout()
223 /* This time disconnect from the peripheral. */ in test_timeout()
228 /* Wait for the central to disconnect. */ in test_timeout()
/Zephyr-latest/dts/bindings/input/
Dgpio-keys.yaml44 no-disconnect:
47 Do not try to disconnect the pin on suspend. Can be used if the GPIO
/Zephyr-latest/tests/bluetooth/common/testlib/include/testlib/
Dconn.h46 * @brief Disconnect, wait and dispose of reference.
48 * The disconnect reason for a normal disconnect should be @ref
51 * The following disconnect reasons are allowed:
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/dut/
Dtestcase.yaml2 bluetooth.host.misc.disconnect.dut:
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disconnect/tester/
Dtestcase.yaml2 bluetooth.host.misc.disconnect.tester:
/Zephyr-latest/tests/boards/espressif/wifi/
DKconfig70 int "Wi-Fi Disconnect Timeout (in seconds)"
74 If disconnect doesn't complete within this time, test will fail.
/Zephyr-latest/samples/bluetooth/central_multilink/
DKconfig11 Number of times to connect and disconnect to peripheral_identity
/Zephyr-latest/samples/bluetooth/peripheral_identity/
DKconfig11 Expected number of times connect and disconnect from
/Zephyr-latest/samples/bluetooth/periodic_adv_rsp/src/
Dmain.c310 /* Wait for either remote info available or involuntary disconnect */ in main()
323 goto disconnect; in main()
337 goto disconnect; in main()
346 goto disconnect; in main()
364 goto disconnect; in main()
374 goto disconnect; in main()
379 disconnect: in main()
/Zephyr-latest/tests/boards/espressif/wifi/src/
Dmain.c86 LOG_INF("Disconnect failed (%d)", wifi_ctx.result); in wifi_disconnect_result()
91 /* Disconnect event while connecting is a failed attempt */ in wifi_disconnect_result()
209 LOG_INF("Disconnect request failed with error: %d", ret); in wifi_disconnect()
244 /* Manage connect retry as disconnect event may happen */ in ZTEST()
329 "Wifi disconnect timed out"); in ZTEST()
331 zassert_equal(wifi_ctx.result, 0, "Disconnect failed"); in ZTEST()
/Zephyr-latest/tests/bsim/bluetooth/host/security/ccc_update/src/
Dcentral.c190 static void disconnect(void) in disconnect() function
341 disconnect(); in run_central()
343 /* tell the bad client that we disconnected and wait for him to disconnect */ in run_central()
348 disconnect(); in run_central()
364 /* wait for good central to disconnect from server */ in run_bad_central()
382 disconnect(); in run_bad_central()
/Zephyr-latest/soc/atmel/sam/common/
Dsoc_gpio.c135 /* Connect pin to the peripheral (disconnect PIO block) */ in soc_gpio_configure()
146 /* Connect pin to the peripheral (disconnect PIO block) */ in soc_gpio_configure()
154 /* Connect pin to the peripheral (disconnect PIO block) */ in soc_gpio_configure()
161 /* Connect pin to the peripheral (disconnect PIO block) */ in soc_gpio_configure()

12345678910>>...15