HomeSort by relevance Sort by last modified time
    Searched full:bluetoothhci (Results 1 - 11 of 11) sorted by null

  /hardware/interfaces/bluetooth/1.0/default/
bluetooth_hci.cc 53 BluetoothHci::BluetoothHci()
56 Return<void> BluetoothHci::initialize(
58 ALOGI("BluetoothHci::initialize()");
110 Return<void> BluetoothHci::close() {
111 ALOGI("BluetoothHci::close()");
117 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& command) {
122 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& data) {
127 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) {
132 void BluetoothHci::sendDataToController(const uint8_t type
    [all...]
bluetooth_hci.h 35 class BluetoothHci : public IBluetoothHci {
37 BluetoothHci();
  /device/linaro/hikey/bluetooth/
bluetooth_hci.cc 35 BluetoothHci::BluetoothHci()
38 Return<void> BluetoothHci::initialize(
40 ALOGI("BluetoothHci::initialize()");
86 Return<void> BluetoothHci::close() {
87 ALOGI("BluetoothHci::close()");
105 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) {
110 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& packet) {
115 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& packet) {
service.cc 28 using ::android::hardware::bluetooth::V1_0::hikey::BluetoothHci;
33 sp<IBluetoothHci> bluetooth = new BluetoothHci;
bluetooth_hci.h 46 class BluetoothHci : public IBluetoothHci {
48 BluetoothHci();
  /system/bt/test/rootcanal/
bluetooth_hci.h 37 class BluetoothHci : public IBluetoothHci {
39 BluetoothHci();
57 static BluetoothHci* get();
bluetooth_hci.cc 61 BluetoothHci::BluetoothHci()
64 Return<void> BluetoothHci::initialize(const sp<IBluetoothHciCallbacks>& cb) {
127 Return<void> BluetoothHci::close() {
132 Return<void> BluetoothHci::sendHciCommand(const hidl_vec<uint8_t>& packet) {
145 Return<void> BluetoothHci::sendAclData(const hidl_vec<uint8_t>& /* packet */) {
150 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& /* packet */) {
155 void BluetoothHci::SetUpTestChannel(int port) {
service.cc 28 using ::android::hardware::bluetooth::V1_0::sim::BluetoothHci;
33 sp<IBluetoothHci> bluetooth = new BluetoothHci;
  /test/vts-testcase/hal/bluetooth/V1_0/build/
Android.bp 11 "android/hardware/bluetooth/1.0/BluetoothHci.vts",
26 "android/hardware/bluetooth/1.0/BluetoothHci.vts.cpp",
40 "android/hardware/bluetooth/1.0/BluetoothHci.vts.h",
82 "android/hardware/bluetooth/1.0/BluetoothHci.vts.cpp",
96 "android/hardware/bluetooth/1.0/BluetoothHci.vts.h",
  /test/vts-testcase/fuzz/func_fuzzer/bluetooth/V1_0/
Android.bp 11 "android/hardware/bluetooth/1.0/BluetoothHci.vts.cpp",
16 name: "android.hardware.bluetooth@1.0-vts.func_fuzzer.BluetoothHci",
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 45 android.hardware.bluetooth@1.0-vts.func_fuzzer.BluetoothHci \

Completed in 206 milliseconds