Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_request.h87 int __hci_req_setup_ext_adv_instance(struct hci_request *req, u8 instance);
H A Dhci_request.c1976 int __hci_req_setup_ext_adv_instance(struct hci_request *req, u8 instance) in __hci_req_setup_ext_adv_instance() function
2186 err = __hci_req_setup_ext_adv_instance(req, instance); in __hci_req_start_ext_adv()
3238 err = __hci_req_setup_ext_adv_instance(req, in powered_update_hci()
H A Dmgmt.c1908 err = __hci_req_setup_ext_adv_instance(&req, 0x00); in le_enable_complete()