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

  /hardware/interfaces/bluetooth/1.0/
IBluetoothHciCallbacks.hal 44 scoDataReceived(HciPacket data);
  /device/linaro/hikey/bluetooth/
bluetooth_hci.cc 56 [cb](const hidl_vec<uint8_t>& packet) { cb->scoDataReceived(packet); });
  /hardware/interfaces/bluetooth/1.0/default/
bluetooth_hci.cc 88 auto hidl_status = cb->scoDataReceived(packet);
90 ALOGE("VendorInterface -> Unable to call scoDataReceived()");
  /system/bt/hci/src/
hci_layer_android.cc 91 Return<void> scoDataReceived(const hidl_vec<uint8_t>& data) {
  /hardware/interfaces/bluetooth/1.0/vts/functional/
VtsHalBluetoothV1_0TargetTest.cpp 97 constexpr char kCallbackNameScoEventReceived[] = "scoDataReceived";
221 Return<void> scoDataReceived(

Completed in 651 milliseconds