Searched refs:central_gatt_write (Results 1 – 7 of 7) 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
38 extern uint32_t central_gatt_write(uint32_t count);59 write_rate = central_gatt_write(COUNT); in test_central_main()
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)