Bluetooth: Remove missing code
This patch removes the struct adv_entry since it is not used anymore.
This struct should have been removed in commit 479453d
(Bluetooth:
Remove advertising cache).
Signed-off-by: Andre Guedes <andre.guedes@openbossa.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
This commit is contained in:
parent
173f865474
commit
3f1732462c
1 changed files with 0 additions and 6 deletions
|
@ -115,12 +115,6 @@ struct oob_data {
|
||||||
u8 randomizer[16];
|
u8 randomizer[16];
|
||||||
};
|
};
|
||||||
|
|
||||||
struct adv_entry {
|
|
||||||
struct list_head list;
|
|
||||||
bdaddr_t bdaddr;
|
|
||||||
u8 bdaddr_type;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct le_scan_params {
|
struct le_scan_params {
|
||||||
u8 type;
|
u8 type;
|
||||||
u16 interval;
|
u16 interval;
|
||||||
|
|
Loading…
Add table
Reference in a new issue