summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-10-10 09:20:20 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-10-10 09:20:20 +0000
commitdce6ee99a3e9dc99c032654dd4fb7de15be698bd (patch)
tree4fdf984bf79185e61102486c4c9a875f58180f7a /hcid/hcid.h
parent8cfa0ed821e386e1fb8e31f16522f7be67ba1d31 (diff)
Store Extended Inquiry Response data information
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index 4da1bdb7..6679c773 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -191,6 +191,7 @@ int write_remote_class(bdaddr_t *local, bdaddr_t *peer, uint32_t class);
int read_remote_class(bdaddr_t *local, bdaddr_t *peer, uint32_t *class);
int write_device_name(bdaddr_t *local, bdaddr_t *peer, char *name);
int read_device_name(bdaddr_t *local, bdaddr_t *peer, char *name);
+int write_remote_eir(bdaddr_t *local, bdaddr_t *peer, uint8_t *data);
int write_l2cap_info(bdaddr_t *local, bdaddr_t *peer,
uint16_t mtu_result, uint16_t mtu,
uint16_t mask_result, uint32_t mask);