Home
last modified time | relevance | path

Searched refs:hci_get_next_instance (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/net/bluetooth/
Dhci_core.h1083 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance);
/linux-4.4.14/net/bluetooth/
Dmgmt.c1576 next_instance = hci_get_next_instance(hdev, instance); in clear_adv_instance()
7225 next_instance = hci_get_next_instance(hdev, cp->instance); in add_advertising()
Dhci_core.c2734 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance) { in hci_get_next_instance() function