/Zephyr-latest/boards/shields/adafruit_data_logger/ |
D | adafruit_data_logger.overlay | 15 * 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/ |
D | README.rst | 14 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/ |
D | friendship_common.c | 75 .established = friend_established, 101 .established = lpn_established,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | lpn.c | 237 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 …]
|
D | lpn.h | 19 return bt_mesh.lpn.established; in bt_mesh_lpn_established()
|
D | friend.h | 16 bool valid, bool established);
|
D | net.h | 65 established:1; member 144 established:1, /* Friendship established */ member
|
D | friend.c | 103 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/ |
D | ull_conn_iso.c | 45 static struct ll_conn_iso_stream cis = { .established = 1, .group = &cig };
|
/Zephyr-latest/snippets/wifi-ipv4/ |
D | README.rst | 14 The sample execution is postponed until Wi-Fi connectivity is established.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn_iso_types.h | 26 uint16_t established:1; /* 0 if CIS has not yet been established. member
|
D | ull_conn_iso.c | 187 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()
|
D | ull_peripheral_iso.c | 250 cis->established = 0; in ull_peripheral_iso_acquire()
|
/Zephyr-latest/boards/shields/adafruit_data_logger/doc/ |
D | index.rst | 47 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/ |
D | main.h | 678 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/ |
D | README.rst | 15 responding with its address. Once the connection is established, it will
|
/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/ |
D | a2dp.rst | 56 stream established 89 stream established
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/ |
D | README.rst | 74 [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/ |
D | Kconfig | 67 If connection is not established within this time, test will fail.
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | Kconfig.gatt | 63 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/ |
D | README.rst | 17 Once the connection is established, the advertiser waits for 5 seconds to disconnect.
|
/Zephyr-latest/samples/net/prometheus/ |
D | README.rst | 54 streams that can be established per client.
|
/Zephyr-latest/include/zephyr/bluetooth/classic/ |
D | a2dp.h | 661 void (*established)(struct bt_a2dp_stream *stream); member
|
/Zephyr-latest/boards/makerbase/mks_canable_v20/doc/ |
D | index.rst | 121 If option ``-S rtt-console`` is selected, the connection to the target can be established as follow…
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt.rst | 125 After the connection is established, an application needs to call ``mqtt_input``
|