hci_recv_diag
{ HCI_RECV_VENDOR, .recv = hci_recv_diag },
hci_recv_diag(hdev, skb);
hci_recv_diag(hdev, skb);
return hci_recv_diag(hdev, skb);
return hci_recv_diag(hdev, skb);
hci_recv_diag(hdev, skb);
{ BCM_RECV_LM_DIAG, .recv = hci_recv_diag },
{ BCM_RECV_NULL, .recv = hci_recv_diag },
{ BCM_RECV_TYPE49, .recv = hci_recv_diag },
{ BCM_RECV_TYPE52, .recv = hci_recv_diag },
return hci_recv_diag(hdev, skb);
int hci_recv_diag(struct hci_dev *hdev, struct sk_buff *skb);
hci_recv_diag(hdev, skb);
EXPORT_SYMBOL(hci_recv_diag);