Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/samples/bluetooth/iso_connected_benchmark/
DREADME.rst63 [00:00:00.392,333] <inf> iso_connected: Starting Bluetooth Throughput example
64 [00:00:00.405,395] <inf> iso_connected: Bluetooth initialized
67 [00:00:10.281,555] <inf> iso_connected: Registering ISO server
68 [00:00:10.281,555] <inf> iso_connected: Starting advertising
69 [00:00:10.282,684] <inf> iso_connected: Waiting for ACL connection
70 [00:00:16.711,517] <inf> iso_connected: Connected: FA:4C:4B:DB:D3:89 (public)
71 [00:00:16.711,669] <inf> iso_connected: Waiting for ISO connection
72 [00:00:16.802,856] <inf> iso_connected: Incoming ISO request
73 [00:00:16.802,856] <inf> iso_connected: Returning instance 0
74 [00:00:17.016,845] <inf> iso_connected: ISO Channel 0x20002934 connected
[all …]
/Zephyr-Core-3.4.0/samples/bluetooth/peripheral_iso/src/
Dmain.c100 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
112 .connected = iso_connected,
/Zephyr-Core-3.4.0/samples/bluetooth/iso_broadcast/src/
Dmain.c27 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
44 .connected = iso_connected,
/Zephyr-Core-3.4.0/samples/bluetooth/central_iso/src/
Dmain.c131 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
148 .connected = iso_connected,
/Zephyr-Core-3.4.0/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c230 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
261 .connected = iso_connected,
Dbroadcaster.c50 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
73 .connected = iso_connected,
/Zephyr-Core-3.4.0/samples/bluetooth/iso_receive/src/
Dmain.c235 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
253 .connected = iso_connected,
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/bis/src/
Dmain.c62 static void iso_connected(struct bt_iso_chan *chan);
68 .connected = iso_connected,
357 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
/Zephyr-Core-3.4.0/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c20 LOG_MODULE_REGISTER(iso_connected, LOG_LEVEL_DBG);
263 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
317 .connected = iso_connected,
/Zephyr-Core-3.4.0/tests/bsim/bluetooth/ll/cis/src/
Dmain.c317 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
332 .connected = iso_connected,
/Zephyr-Core-3.4.0/subsys/bluetooth/shell/
Diso.c70 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
101 .connected = iso_connected,