Home
last modified time | relevance | path

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

/external/bluetooth/bluez/src/
Dtextfile.h39 typedef void (*textfile_cb) (char *key, char *value, void *data); typedef
41 int textfile_foreach(const char *pathname, textfile_cb func, void *data);
Dstorage.h86 int read_device_attributes(const bdaddr_t *sba, textfile_cb func, void *data);
Dtextfile.c403 int textfile_foreach(const char *pathname, textfile_cb func, void *data) in textfile_foreach()
Dstorage.c1298 int read_device_attributes(const bdaddr_t *sba, textfile_cb func, void *data) in read_device_attributes()