aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci_core.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2011-03-30 13:18:12 +0300
committerGustavo F. Padovan <padovan@profusion.mobi>2011-04-04 18:47:38 -0300
commita88a9652d25a63ce10b6a5fe680d0ad8f33b9c9b (patch)
tree57d8fed21320201e302eb40fafab35284b60409d /include/net/bluetooth/hci_core.h
parente17acd40f6006d0a0e0b1b3f7359ba4d543011c6 (diff)
downloadkernel_samsung_smdk4412-a88a9652d25a63ce10b6a5fe680d0ad8f33b9c9b.zip
kernel_samsung_smdk4412-a88a9652d25a63ce10b6a5fe680d0ad8f33b9c9b.tar.gz
kernel_samsung_smdk4412-a88a9652d25a63ce10b6a5fe680d0ad8f33b9c9b.tar.bz2
Bluetooth: Add mgmt_remote_name event
This patch adds a new remote_name event to the Management interface which is sent every time the name of a remote device is resolved (over BR/EDR). Signed-off-by: Johan Hedberg <johan.hedberg@nokia.com> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Diffstat (limited to 'include/net/bluetooth/hci_core.h')
-rw-r--r--include/net/bluetooth/hci_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h
index 2a88fc8..4093133 100644
--- a/include/net/bluetooth/hci_core.h
+++ b/include/net/bluetooth/hci_core.h
@@ -789,6 +789,7 @@ int mgmt_read_local_oob_data_reply_complete(u16 index, u8 *hash, u8 *randomizer,
u8 status);
int mgmt_device_found(u16 index, bdaddr_t *bdaddr, u8 *dev_class, s8 rssi,
u8 *eir);
+int mgmt_remote_name(u16 index, bdaddr_t *bdaddr, u8 *name);
/* HCI info for socket */
#define hci_pi(sk) ((struct hci_pinfo *) sk)