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

  /hardware/qcom/bt/libbt-vendor/include/
bt_vendor_qcom.h 41 code implementation of sending a HCI_RESET command during the epilog
42 process. It calls back to the callers after command complete of HCI_RESET
51 #define HCI_RESET 0x0C03
  /hardware/qcom/bt/libbt-vendor/src/
hardware.c 147 /* Sending a HCI_RESET */
163 UINT16_TO_STREAM(p, HCI_RESET);
167 bt_vendor_cbacks->xmit_cb(HCI_RESET, p_buf, hw_epilog_cback);
  /hardware/broadcom/libbt/src/
hardware.c 69 #define HCI_RESET 0x0C03
    [all...]
  /external/bluetooth/bluedroid/stack/btu/
btu_hcif.c 169 if ((opcode == HCI_RESET) || (opcode == HCI_HOST_NUM_PACKETS_DONE))
    [all...]
  /external/libnfc-nci/src/hal/int/
nfc_hal_int.h 141 #define HCI_RESET (0x0003 | HCI_GRP_HOST_CONT_BASEBAND_CMDS)
  /external/bluetooth/bluedroid/stack/include/
hcidefs.h 135 #define HCI_RESET (0x0003 | HCI_GRP_HOST_CONT_BASEBAND_CMDS)
    [all...]
  /external/libnfc-nci/src/include/
hcidefs.h 136 #define HCI_RESET (0x0003 | HCI_GRP_HOST_CONT_BASEBAND_CMDS)
    [all...]
  /external/bluetooth/bluedroid/stack/hcic/
hcicmds.c 1123 UINT16_TO_STREAM (pp, HCI_RESET);
    [all...]

Completed in 507 milliseconds