Home
last modified time | relevance | path

Searched refs:central_gatt_write (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/ll/throughput/
DCMakeLists.txt10 ${ZEPHYR_BASE}/samples/bluetooth/central_gatt_write/src/gatt_write_common.c
11 ${ZEPHYR_BASE}/samples/bluetooth/central_gatt_write/src/central_gatt_write.c
/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dmain.c9 extern uint32_t central_gatt_write(uint32_t count);
13 (void)central_gatt_write(0U); in main()
Dcentral_gatt_write.c82 uint32_t central_gatt_write(uint32_t count) in central_gatt_write() function
/Zephyr-latest/tests/bsim/bluetooth/ll/throughput/src/
Dmain.c38 extern uint32_t central_gatt_write(uint32_t count);
59 write_rate = central_gatt_write(COUNT); in test_central_main()
/Zephyr-latest/samples/bluetooth/central_gatt_write/
DCMakeLists.txt5 project(central_gatt_write) project
DREADME.rst22 This sample can be found under :zephyr_file:`samples/bluetooth/central_gatt_write`
/Zephyr-latest/samples/bluetooth/peripheral_gatt_write/
DCMakeLists.txt8 FILE(GLOB app_sources src/*.c ../central_gatt_write/src/gatt_write_common.c)