HomeSort by relevance Sort by last modified time
    Searched refs:hci (Results 1 - 25 of 58) sorted by null

1 2 3

  /hardware/interfaces/bluetooth/1.0/default/
mct_protocol.h 29 namespace hci { namespace in namespace:android::hardware::bluetooth
49 hci::HciPacketizer event_packetizer_;
50 hci::HciPacketizer acl_packetizer_;
53 } // namespace hci
h4_protocol.h 29 namespace hci { namespace in namespace:android::hardware::bluetooth
55 hci::HciPacketizer hci_packetizer_;
58 } // namespace hci
hci_protocol.h 28 namespace hci { namespace in namespace:android::hardware::bluetooth
33 // Implementation of HCI protocol bits common to different transports
46 } // namespace hci
hci_packetizer.h 28 namespace hci { namespace in namespace:android::hardware::bluetooth
50 } // namespace hci
hci_protocol.cc 19 #define LOG_TAG "android.hardware.bluetooth-hci-hci_protocol"
29 namespace hci { namespace in namespace:android::hardware::bluetooth
55 } // namespace hci
vendor_interface.h 65 hci::HciProtocol* hci_;
  /system/bt/main/
bte_main.cc 80 static const hci_t* hci; variable
95 * Description Post an HCI event to the hci message queue
104 LOG_ERROR(LOG_TAG, "%s: HCI message loop not running, accessed from %s",
125 hci = hci_layer_get_interface();
126 if (!hci) {
127 LOG_ERROR(LOG_TAG, "%s could not get hci layer interface.", __func__);
131 hci->set_data_cb(base::Bind(&post_to_hci_message_loop));
207 * send an HCI message. The function displays a protocol trace
209 * associated with the currently selected HCI transpor
    [all...]
  /device/linaro/hikey/bluetooth/
h4_protocol.h 28 namespace hci { namespace in namespace:android::hardware::bluetooth
54 hci::HciPacketizer hci_packetizer_;
57 } // namespace hci
hci_protocol.h 27 namespace hci { namespace in namespace:android::hardware::bluetooth
32 // Implementation of HCI protocol bits common to different transports
45 } // namespace hci
bluetooth_hci.h 36 BluetoothDeathRecipient(const sp<IBluetoothHci> hci) : mHci(hci) {}
64 hci::H4Protocol* hci_;
hci_packetizer.h 28 namespace hci { namespace in namespace:android::hardware::bluetooth
50 } // namespace hci
h4_protocol.cc 19 #define LOG_TAG "android.hardware.bluetooth-hci-h4"
27 namespace hci { namespace in namespace:android::hardware::bluetooth
68 } // namespace hci
hci_protocol.cc 19 #define LOG_TAG "android.hardware.bluetooth-hci-hci_protocol"
45 namespace hci { namespace in namespace:android::hardware::bluetooth
71 } // namespace hci
  /hardware/marvell/bt/libbt-vendor/
Android.mk 12 $(BDROID_DIR)/hci/include
  /external/syslinux/gpxe/src/arch/i386/hci/commands/
pxe_cmd.c 3 #include <hci/ifmgmt_cmd.h>
  /hardware/qcom/bt/msm8960/libbt-vendor/
Android.mk 32 $(BDROID_DIR)/hci/include \
  /system/bt/vendor_libs/linux/interface/
hci_packetizer.h 28 namespace hci { namespace in namespace:android::hardware::bluetooth
51 } // namespace hci
h4_protocol.h 28 namespace hci { namespace in namespace:android::hardware::bluetooth
60 } // namespace hci
  /hardware/qcom/bt/msm8909/libbt-vendor/
Android.mk 47 external/bluetooth/bluedroid/hci/include \
48 system/bt/hci/include \
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/
Android.mk 45 external/bluetooth/bluedroid/hci/include \
46 system/bt/hci/include \
  /hardware/qcom/bt/msm8996/libbt-vendor/
Android.mk 50 external/bluetooth/bluedroid/hci/include \
51 system/bt/hci/include \
  /hardware/qcom/bt/msm8998/libbt-vendor/
Android.mk 46 external/bluetooth/bluedroid/hci/include \
47 system/bt/hci/include \
  /external/syslinux/gpxe/src/
Makefile 72 SRCDIRS += hci hci/commands hci/tui
73 SRCDIRS += hci/mucurses hci/mucurses/widgets
  /external/syslinux/gpxe/src/hci/commands/
iwmgmt_cmd.c 25 #include <hci/ifmgmt_cmd.h>
  /hardware/qcom/bt/msm8992/libbt-vendor/
Android.mk 46 $(BDROID_DIR)/hci/include \

Completed in 335 milliseconds

1 2 3