Hi Andre, > This patch adds the "hci_" prefix and moves the is_scan_and_conn_ > supported() helper to hci_core so it can be reused in hci_core by > the next patch. > > Signed-off-by: Andre Guedes <andre.guedes@xxxxxxxxxxxxx> > --- > include/net/bluetooth/hci_core.h | 2 ++ > net/bluetooth/hci_conn.c | 13 +------------ > net/bluetooth/hci_core.c | 11 +++++++++++ > 3 files changed, 14 insertions(+), 12 deletions(-) > > diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h > index e85b37e..0049036 100644 > --- a/include/net/bluetooth/hci_core.h > +++ b/include/net/bluetooth/hci_core.h > @@ -782,6 +782,8 @@ int __hci_add_pending_auto_conn(struct hci_dev *hdev, bdaddr_t *addr, > void __hci_remove_pending_auto_conn(struct hci_dev *hdev, bdaddr_t *addr, > u8 addr_type); > > +bool hci_is_scan_and_conn_supported(struct hci_dev *hdev); > + as I said before, leave this all out until we figured out on how we handle the LE supported states. This patch now makes it clear that it is not fully thought through. And I am not moving this function around any time we need to change something. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html