Home
last modified time | relevance | path

Searched defs:sendScoData (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/current/android/hardware/bluetooth/
DIBluetoothHci.aidl42 void sendScoData(in byte[] data); in sendScoData() method
/hardware/interfaces/bluetooth/aidl/aidl_api/android.hardware.bluetooth/1/android/hardware/bluetooth/
DIBluetoothHci.aidl42 void sendScoData(in byte[] data); in sendScoData() method
/hardware/interfaces/bluetooth/aidl/android/hardware/bluetooth/
DIBluetoothHci.aidl75 void sendScoData(in byte[] data); in sendScoData() method
/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_hci.cc148 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) { in sendScoData() function in android::hardware::bluetooth::V1_0::implementation::BluetoothHci
/hardware/interfaces/bluetooth/1.1/default/
Dbluetooth_hci.cc178 Return<void> BluetoothHci::sendScoData(const hidl_vec<uint8_t>& data) { in sendScoData() function in android::hardware::bluetooth::V1_1::implementation::BluetoothHci
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.cpp314 ndk::ScopedAStatus BluetoothHci::sendScoData( in sendScoData() function in aidl::android::hardware::bluetooth::impl::BluetoothHci