Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h1309 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance);
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.c2291 next_instance = hci_get_next_instance(hdev, instance); in hci_req_clear_adv_instance()
H A Dmgmt.c3241 adv_instance = hci_get_next_instance(hdev, adv_instance->instance); in adv_expire()
7541 next_instance = hci_get_next_instance(hdev, cp->instance); in add_advertising()
H A Dhci_core.c2880 struct adv_info *hci_get_next_instance(struct hci_dev *hdev, u8 instance) in hci_get_next_instance() function