diff options
Diffstat (limited to 'src/storage.h')
-rw-r--r-- | src/storage.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/storage.h b/src/storage.h index 741b8a7e..d6aa8ecc 100644 --- a/src/storage.h +++ b/src/storage.h @@ -50,8 +50,6 @@ int write_device_name(const bdaddr_t *local, const bdaddr_t *peer, uint8_t peer_type, const char *name); int read_device_name(const char *src, const char *dst, uint8_t dst_type, char *name); -int write_remote_eir(const bdaddr_t *local, const bdaddr_t *peer, - uint8_t peer_type, uint8_t *data, uint8_t data_len); int read_remote_eir(const bdaddr_t *local, const bdaddr_t *peer, uint8_t peer_type, uint8_t *data); int write_version_info(const bdaddr_t *local, const bdaddr_t *peer, |