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

  /system/bt/hci/src/
hci_packet_parser.c 204 assert(event_code == HCI_COMMAND_COMPLETE_EVT);
hci_layer.c 642 if (event_code == HCI_COMMAND_COMPLETE_EVT) {
682 if (event_code == HCI_COMMAND_COMPLETE_EVT || !wait_entry->status_callback)
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 138 #define HCI_COMMAND_COMPLETE_EVT 0x0E
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_nci.c 410 if (*p == HCI_COMMAND_COMPLETE_EVT)
  /system/bt/hci/test/
hci_layer_test.cpp 635 UINT8_TO_STREAM(stream, HCI_COMMAND_COMPLETE_EVT);
  /system/bt/stack/btu/
btu_hcif.c 202 case HCI_COMMAND_COMPLETE_EVT:
946 ** Description Process event HCI_COMMAND_COMPLETE_EVT
    [all...]
  /external/libnfc-nci/src/include/
hcidefs.h 364 #define HCI_COMMAND_COMPLETE_EVT 0x0E
    [all...]
  /system/bt/stack/include/
hcidefs.h     [all...]

Completed in 86 milliseconds