Home
last modified time | relevance | path

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

/Zephyr-latest/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-latest/tests/bsim/bluetooth/host/iso/frag/src/
Dbroadcaster.c24 static DEFINE_FLAG(iso_connected);
33 if (!IS_FLAG_SET(iso_connected)) { in send_data()
63 SET_FLAG(iso_connected); in iso_connected_cb()
70 UNSET_FLAG(iso_connected); in iso_disconnected_cb()
141 WAIT_FOR_FLAG(iso_connected); in create_big()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/frag_2/src/
Dbroadcaster.c25 static DEFINE_FLAG(iso_connected);
38 if (!IS_FLAG_SET(iso_connected)) { in send_data()
62 SET_FLAG(iso_connected); in iso_connected_cb()
69 UNSET_FLAG(iso_connected); in iso_disconnected_cb()
140 WAIT_FOR_FLAG(iso_connected); in create_big()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/cis/src/
Dcis_peripheral.c73 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
112 .connected = iso_connected, in init()
Dcis_central.c103 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
149 .connected = iso_connected, in init()
/Zephyr-latest/samples/bluetooth/iso_peripheral/src/
Dmain.c105 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
117 .connected = iso_connected,
/Zephyr-latest/samples/bluetooth/iso_central/src/
Dmain.c143 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
160 .connected = iso_connected,
/Zephyr-latest/samples/bluetooth/iso_broadcast/src/
Dmain.c32 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
54 .connected = iso_connected,
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_receiver.c84 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
158 .connected = iso_connected, in init()
/Zephyr-latest/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.c72 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
95 .connected = iso_connected,
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c234 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
252 .connected = iso_connected,
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c63 static void iso_connected(struct bt_iso_chan *chan);
69 .connected = iso_connected,
580 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
/Zephyr-latest/samples/bluetooth/iso_connected_benchmark/src/
Dmain.c26 LOG_MODULE_REGISTER(iso_connected, LOG_LEVEL_DBG);
307 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
361 .connected = iso_connected,
/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c85 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
119 .connected = iso_connected,
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/
Dmain.c313 static void iso_connected(struct bt_iso_chan *chan) in iso_connected() function
328 .connected = iso_connected,