Searched refs:null_hci_send (Results 1 – 2 of 2) sorted by relevance
/external/qemu/ |
D | vl.c | 515 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len) in null_hci_send() function 525 .cmd_send = null_hci_send, 526 .sco_send = null_hci_send, 527 .acl_send = null_hci_send,
|
D | vl-android.c | 711 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len) in null_hci_send() function 721 .cmd_send = null_hci_send, 722 .sco_send = null_hci_send, 723 .acl_send = null_hci_send,
|