Home
last modified time | relevance | path

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

/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/hci_test_app/src/
Dmain.c70 edtt_read((uint8_t *)buffer, size, EDTTT_BLOCK); in read_excess_bytes()
84 edtt_write((uint8_t *)&response, sizeof(response), EDTTT_BLOCK); in error_response()
85 edtt_write((uint8_t *)&size, sizeof(size), EDTTT_BLOCK); in error_response()
86 edtt_write((uint8_t *)&le_error, sizeof(le_error), EDTTT_BLOCK); in error_response()
160 edtt_read((uint8_t *)cp, param_len, EDTTT_BLOCK); in send_hci_command()
184 edtt_write((uint8_t *)&response, sizeof(response), EDTTT_BLOCK); in echo()
185 edtt_write((uint8_t *)&le_size, sizeof(le_size), EDTTT_BLOCK); in echo()
190 edtt_read(buff, size, EDTTT_BLOCK); in echo()
191 edtt_write(buff, size, EDTTT_BLOCK); in echo()
227 edtt_write((uint8_t *)&response, sizeof(response), EDTTT_BLOCK); in command_complete()
[all …]
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/
Dmain.c289 edtt_read((uint8_t *)buffer, size, EDTTT_BLOCK); in read_excess_bytes()
303 edtt_read((uint8_t *)&set, sizeof(set), EDTTT_BLOCK); in switch_service_set()
310 edtt_write((uint8_t *)&response, sizeof(response), EDTTT_BLOCK); in switch_service_set()
311 edtt_write((uint8_t *)&size, sizeof(size), EDTTT_BLOCK); in switch_service_set()
325 edtt_write((uint8_t *)&response, sizeof(response), EDTTT_BLOCK); in handle_service_notify()
326 edtt_write((uint8_t *)&size, sizeof(size), EDTTT_BLOCK); in handle_service_notify()
340 edtt_write((uint8_t *)&response, sizeof(response), EDTTT_BLOCK); in handle_service_indicate()
341 edtt_write((uint8_t *)&size, sizeof(size), EDTTT_BLOCK); in handle_service_indicate()
374 edtt_read((uint8_t *)&command, sizeof(command), EDTTT_BLOCK); in main()
376 edtt_read((uint8_t *)&size, sizeof(size), EDTTT_BLOCK); in main()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/common/
Dedtt_driver.h16 #define EDTTT_BLOCK 1 macro
Dedtt_driver_bsim.c111 if (flags & EDTTT_BLOCK) { in edtt_read()