Searched refs:textfile_cb (Results 1 – 4 of 4) sorted by relevance
/external/bluetooth/bluez/src/ |
D | textfile.h | 39 typedef void (*textfile_cb) (char *key, char *value, void *data); typedef 41 int textfile_foreach(const char *pathname, textfile_cb func, void *data);
|
D | storage.h | 86 int read_device_attributes(const bdaddr_t *sba, textfile_cb func, void *data);
|
D | textfile.c | 403 int textfile_foreach(const char *pathname, textfile_cb func, void *data) in textfile_foreach()
|
D | storage.c | 1298 int read_device_attributes(const bdaddr_t *sba, textfile_cb func, void *data) in read_device_attributes()
|