Home
last modified time | relevance | path

Searched refs:established (Results 1 – 25 of 59) sorted by relevance

123

/Zephyr-latest/boards/shields/adafruit_data_logger/
Dadafruit_data_logger.overlay15 * LED1 connection must be manually established using a jumper between
23 * LED2 connection must be manually established using a jumper between
61 * Interrupt connection must be manually established using a jumper wire between
/Zephyr-latest/samples/bluetooth/periodic_sync_conn/
DREADME.rst14 subevent data. Once the connection is established, it will disconnect and wait
15 for a new connection to be established.
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dfriendship_common.c75 .established = friend_established,
101 .established = lpn_established,
/Zephyr-latest/subsys/bluetooth/mesh/
Dlpn.c237 bool was_established = lpn->established; in clear_friendship()
243 if (!force && lpn->established && !lpn->clear_success && in clear_friendship()
280 lpn->established = 0U; in clear_friendship()
423 if (lpn->established || IS_ENABLED(CONFIG_BT_MESH_LPN_ESTABLISHMENT)) { in req_send_end()
558 if (!lpn->established) { in bt_mesh_lpn_friendship_end()
858 if (lpn->established) { in update_timeout()
1052 bool established = false; in bt_mesh_lpn_friend_update() local
1075 if (!lpn->established) { in bt_mesh_lpn_friend_update()
1086 lpn->established = 1U; in bt_mesh_lpn_friend_update()
1096 established = true; in bt_mesh_lpn_friend_update()
[all …]
Dlpn.h19 return bt_mesh.lpn.established; in bt_mesh_lpn_established()
Dfriend.h16 bool valid, bool established);
Dnet.h65 established:1; member
144 established:1, /* Friendship established */ member
Dfriend.c103 bool valid, bool established) in bt_mesh_friend_find() argument
116 if (established && !frnd->established) { in bt_mesh_friend_find()
195 if (frnd->established && cb->terminated) { in friend_clear()
202 frnd->established = 0U; in friend_clear()
766 if (!frnd->established) { in bt_mesh_friend_poll()
768 frnd->established = 1U; in bt_mesh_friend_poll()
771 if (cb->established) { in bt_mesh_friend_poll()
772 cb->established(frnd->subnet->net_idx, frnd->lpn, frnd->recv_delay, in bt_mesh_friend_poll()
1172 if (!frnd->established && frnd->last) { in buf_send_start()
1189 if (frnd->established) { in buf_send_end()
[all …]
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/
Dull_conn_iso.c45 static struct ll_conn_iso_stream cis = { .established = 1, .group = &cig };
/Zephyr-latest/snippets/wifi-ipv4/
DREADME.rst14 The sample execution is postponed until Wi-Fi connectivity is established.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn_iso_types.h26 uint16_t established:1; /* 0 if CIS has not yet been established. member
Dull_conn_iso.c187 if ((cis->group == NULL) || (cis->lll.handle != handle) || !cis->established) { in ll_iso_stream_connected_get()
416 if (cis->established) { in ull_conn_iso_lll_cis_established()
433 cis->established = 1; in ull_conn_iso_lll_cis_established()
508 ull_conn_iso_cis_stop(cis, NULL, cis->established ? in ull_conn_iso_done()
1262 cis->established = 0U; in cis_disabled_cb()
1292 if (cis->established) { in cis_disabled_cb()
Dull_peripheral_iso.c250 cis->established = 0; in ull_peripheral_iso_acquire()
/Zephyr-latest/boards/shields/adafruit_data_logger/doc/
Dindex.rst47 connections must be established between the ``L1`` and ``Digital I/O 3`` pins for ``LED1``
51 wire connection must be established between the ``SQ`` pin and the ``Digital I/O 7`` pin in
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dmain.h678 void (*established)(uint16_t net_idx, uint16_t friend_addr, member
728 void (*established)(uint16_t net_idx, uint16_t lpn_addr, member
/Zephyr-latest/samples/bluetooth/periodic_adv_conn/
DREADME.rst15 responding with its address. Once the connection is established, it will
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst56 stream established
89 stream established
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/
DREADME.rst74 [00:00:06.454,010] <inf> iso_broadcast_receiver: Periodic sync established
80 [00:00:11.254,333] <inf> iso_broadcast_receiver: BIG sync established
/Zephyr-latest/tests/boards/espressif/wifi/
DKconfig67 If connection is not established within this time, test will fail.
/Zephyr-latest/subsys/bluetooth/host/
DKconfig.gatt63 bool "Automatically connect EATT bearers when a link is established"
67 connection to a peer is established.
90 a reconnection to a GATT client is established and
/Zephyr-latest/samples/bluetooth/extended_adv/
DREADME.rst17 Once the connection is established, the advertiser waits for 5 seconds to disconnect.
/Zephyr-latest/samples/net/prometheus/
DREADME.rst54 streams that can be established per client.
/Zephyr-latest/include/zephyr/bluetooth/classic/
Da2dp.h661 void (*established)(struct bt_a2dp_stream *stream); member
/Zephyr-latest/boards/makerbase/mks_canable_v20/doc/
Dindex.rst121 If option ``-S rtt-console`` is selected, the connection to the target can be established as follow…
/Zephyr-latest/doc/connectivity/networking/api/
Dmqtt.rst125 After the connection is established, an application needs to call ``mqtt_input``

123