Home
last modified time | relevance | path

Searched refs:start_scan_func (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/samples/bluetooth/central_gatt_write/src/
Dcentral_gatt_write.c19 extern void (*start_scan_func)(void);
53 start_scan_func(); in device_found()
98 start_scan_func = start_scan; in central_gatt_write()
99 start_scan_func(); in central_gatt_write()
Dgatt_write_common.c21 void (*start_scan_func)(void); variable
146 start_scan_func(); in disconnected()