Home
last modified time | relevance | path

Searched refs:sendIsoData (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/current/android/hardware/bluetooth/
DIBluetoothHci.aidl41 void sendIsoData(in byte[] data); in sendIsoData() method
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/1/android/hardware/bluetooth/
DIBluetoothHci.aidl41 void sendIsoData(in byte[] data); in sendIsoData() method
/hardware/interfaces/bluetooth/aidl/android/hardware/bluetooth/
DIBluetoothHci.aidl67 void sendIsoData(in byte[] data); in sendIsoData() method
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.h48 Return<void> sendIsoData(const hidl_vec<uint8_t>& data) override;
Dbluetooth_hci.cc183 Return<void> BluetoothHci::sendIsoData(const hidl_vec<uint8_t>& data) { in sendIsoData() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.h48 ndk::ScopedAStatus sendIsoData(const std::vector<uint8_t>& packet) override;
DBluetoothHci.cpp343 ndk::ScopedAStatus BluetoothHci::sendIsoData( in sendIsoData() function in aidl::android::hardware::bluetooth::impl::BluetoothHci
/hardware/interfaces/bluetooth/1.1/
DIBluetoothHci.hal43 sendIsoData(HciPacket data);