Home
last modified time | relevance | path

Searched refs:mock_data (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/samples/bluetooth/bap_unicast_client/src/
Dstream_tx.c62 static uint8_t mock_data[CONFIG_BT_ISO_TX_MTU]; in tx_thread_func() local
64 for (size_t i = 0U; i < ARRAY_SIZE(mock_data); i++) { in tx_thread_func()
65 mock_data[i] = (uint8_t)i; in tx_thread_func()
91 net_buf_add_mem(buf, mock_data, bap_stream->qos->sdu); in tx_thread_func()
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/src/
Duart_mock.c15 static struct uart_mock_data mock_data; variable
71 .data = &mock_data,
/Zephyr-latest/samples/bluetooth/tmap_bms/src/
Dcap_initiator.c78 static uint8_t mock_data[CONFIG_BT_ISO_TX_MTU]; in broadcast_sent_cb() local
91 for (size_t i = 0U; i < ARRAY_SIZE(mock_data); i++) { in broadcast_sent_cb()
93 mock_data[i] = (uint8_t)i; in broadcast_sent_cb()
108 net_buf_add_mem(buf, mock_data, broadcast_preset_48_2_1.qos.sdu); in broadcast_sent_cb()
/Zephyr-latest/samples/bluetooth/pbp_public_broadcast_source/src/
Dmain.c93 static uint8_t mock_data[CONFIG_BT_ISO_TX_MTU]; in broadcast_sent_cb() local
107 for (size_t i = 0U; i < ARRAY_SIZE(mock_data); i++) { in broadcast_sent_cb()
109 mock_data[i] = (uint8_t)i; in broadcast_sent_cb()
124 net_buf_add_mem(buf, mock_data, broadcast_preset_48_2_1.qos.sdu); in broadcast_sent_cb()