Bluetooth: Add blacklist support for incoming connections
In some circumstances it could be desirable to reject incoming connections on the baseband level. This patch adds this feature through two new ioctl's: HCIBLOCKADDR and HCIUNBLOCKADDR. Both take a simple Bluetooth address as a parameter. BDADDR_ANY can be used with HCIUNBLOCKADDR to remove all devices from the blacklist. Signed-off-by: Johan Hedberg <johan.hedberg@nokia.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:

committed by
Marcel Holtmann

parent
95ffa97827
commit
f03585689f
@@ -1328,6 +1328,8 @@ COMPATIBLE_IOCTL(HCISETLINKPOL)
|
||||
COMPATIBLE_IOCTL(HCISETLINKMODE)
|
||||
COMPATIBLE_IOCTL(HCISETACLMTU)
|
||||
COMPATIBLE_IOCTL(HCISETSCOMTU)
|
||||
COMPATIBLE_IOCTL(HCIBLOCKADDR)
|
||||
COMPATIBLE_IOCTL(HCIUNBLOCKADDR)
|
||||
COMPATIBLE_IOCTL(HCIINQUIRY)
|
||||
COMPATIBLE_IOCTL(HCIUARTSETPROTO)
|
||||
COMPATIBLE_IOCTL(HCIUARTGETPROTO)
|
||||
|
Reference in New Issue
Block a user