HomeSort by relevance Sort by last modified time
    Searched refs:null_hci_send (Results 1 - 2 of 2) sorted by null

  /external/qemu/
vl-android.c 711 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len) function
721 .cmd_send = null_hci_send,
722 .sco_send = null_hci_send,
723 .acl_send = null_hci_send,
    [all...]
vl.c 515 static void null_hci_send(struct HCIInfo *hci, const uint8_t *data, int len) function
525 .cmd_send = null_hci_send,
526 .sco_send = null_hci_send,
527 .acl_send = null_hci_send,
    [all...]

Completed in 110 milliseconds