Searched refs:hci_cmd_sync_alloc (Results 1 – 3 of 3) sorted by relevance
/linux/include/net/bluetooth/ |
H A D | hci_sync.h | 41 struct sk_buff *hci_cmd_sync_alloc(struct hci_dev *hdev, u16 opcode, u32 plen,
|
/linux/net/bluetooth/ |
H A D | hci_core.c | 3060 skb = hci_cmd_sync_alloc(hdev, opcode, plen, param, NULL); in hci_send_cmd() 3095 skb = hci_cmd_sync_alloc(hdev, opcode, plen, param, NULL); in __hci_cmd_send()
|
H A D | hci_sync.c | 51 struct sk_buff *hci_cmd_sync_alloc(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync_alloc() function 99 skb = hci_cmd_sync_alloc(hdev, opcode, plen, param, sk); in hci_cmd_sync_add()
|