Searched full:central_gatt_write (Results 1 – 9 of 9) sorted by relevance
10 ${ZEPHYR_BASE}/samples/bluetooth/central_gatt_write/src/gatt_write_common.c11 ${ZEPHYR_BASE}/samples/bluetooth/central_gatt_write/src/central_gatt_write.c
9 extern uint32_t central_gatt_write(uint32_t count);13 (void)central_gatt_write(0U); in main()
82 uint32_t central_gatt_write(uint32_t count) in central_gatt_write() function
4 sample.bluetooth.central_gatt_write:
5 project(central_gatt_write) project
22 This sample can be found under :zephyr_file:`samples/bluetooth/central_gatt_write`
8 FILE(GLOB app_sources src/*.c ../central_gatt_write/src/gatt_write_common.c)
38 extern uint32_t central_gatt_write(uint32_t count);59 write_rate = central_gatt_write(COUNT); in test_central_main()
15 * Measurements based on central_gatt_write and peripheral_gatt_write sample on