HomeSort by relevance Sort by last modified time
    Searched defs:hci (Results 1 - 22 of 22) sorted by null

  /device/linaro/hikey/bluetooth/
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
h4_protocol.h 28 namespace hci { namespace in namespace:android::hardware::bluetooth
54 hci::HciPacketizer hci_packetizer_;
57 } // 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_packetizer.cc 46 namespace hci { namespace in namespace:android::hardware::bluetooth
88 } // 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"
45 namespace hci { namespace in namespace:android::hardware::bluetooth
71 } // namespace hci
  /hardware/interfaces/bluetooth/1.0/default/
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
h4_protocol.h 29 namespace hci { namespace in namespace:android::hardware::bluetooth
55 hci::HciPacketizer hci_packetizer_;
58 } // 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
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.cc 19 #define LOG_TAG "android.hardware.bluetooth-hci-h4"
30 namespace hci { namespace in namespace:android::hardware::bluetooth
98 } // namespace hci
hci_packetizer.cc 47 namespace hci { namespace in namespace:android::hardware::bluetooth
109 } // namespace hci
hci_packetizer.h 28 namespace hci { namespace in namespace:android::hardware::bluetooth
50 } // namespace hci
mct_protocol.cc 21 #define LOG_TAG "android.hardware.bluetooth-hci-mct"
29 namespace hci { namespace in namespace:android::hardware::bluetooth
67 } // namespace hci
  /system/bt/vendor_libs/linux/interface/
h4_protocol.h 28 namespace hci { namespace in namespace:android::hardware::bluetooth
60 } // namespace hci
h4_protocol.cc 19 #define LOG_TAG "android.hardware.bluetooth-hci-h4"
29 namespace hci { namespace in namespace:android::hardware::bluetooth
32 /* For HCI communication over USB dongle, multiple write results in
103 } // namespace hci
hci_packetizer.cc 46 namespace hci { namespace in namespace:android::hardware::bluetooth
93 } // namespace hci
hci_packetizer.h 28 namespace hci { namespace in namespace:android::hardware::bluetooth
51 } // namespace 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...]
  /system/bt/hci/src/
hci_inject.cc 61 static const hci_t* hci; variable
77 hci = hci_interface;
170 // TODO(sharvil): validate incoming HCI messages.
171 // TODO(sharvil): once we have an HCI parser, we can eliminate
181 hci->transmit_downward(buf->event, buf);
  /external/strace/
sockaddr.c 59 # include <bluetooth/hci.h>
268 const struct sockaddr_hci *const hci = buf; local
270 btohs(hci->hci_dev));
271 printxval(hci_channels, hci->hci_channel,
  /system/bt/device/src/
controller.cc 47 static const hci_t* hci; variable
84 static_cast<BT_HDR*>(future_await(hci->transmit_command_futured(command)))
109 // information such as manufacturer and supported HCI version
579 hci = hci_layer_get_interface();
591 hci = hci_interface;

Completed in 185 milliseconds