Home
last modified time | relevance | path

Searched refs:hci_request (Results 1 – 2 of 2) sorted by relevance

/linux/net/bluetooth/
H A Dmsft.h24 void msft_req_add_set_filter_enable(struct hci_request *req, bool enable);
56 static inline void msft_req_add_set_filter_enable(struct hci_request *req, in msft_req_add_set_filter_enable()
H A Dhci_sync.c85 static void hci_cmd_sync_add(struct hci_request *req, u16 opcode, u32 plen, in hci_cmd_sync_add()
115 static int hci_req_sync_run(struct hci_request *req) in hci_req_sync_run()
148 static void hci_request_init(struct hci_request *req, struct hci_dev *hdev) in hci_request_init()
160 struct hci_request req; in __hci_cmd_sync_sk()