Home
last modified time | relevance | path

Searched refs:BluetoothGattDescriptor (Results 1 – 7 of 7) sorted by relevance

/system/bt/service/common/android/bluetooth/
Dbluetooth_gatt_descriptor.h31 class BluetoothGattDescriptor : public Parcelable,
34 BluetoothGattDescriptor() = default;
35 BluetoothGattDescriptor( in BluetoothGattDescriptor() function
38 ~BluetoothGattDescriptor() = default;
Dbluetooth_gatt_descriptor.cc30 status_t BluetoothGattDescriptor::writeToParcel(Parcel* parcel) const { in writeToParcel()
41 status_t BluetoothGattDescriptor::readFromParcel(const Parcel* parcel) { in readFromParcel()
Dbluetooth_gatt_characteristic.cc44 std::vector<BluetoothGattDescriptor> descriptors; in writeToParcel()
72 std::vector<BluetoothGattDescriptor> descriptors; in readFromParcel()
DBluetoothGattDescriptor.aidl19 parcelable BluetoothGattDescriptor cpp_header "android/bluetooth/bluetooth_gatt_descriptor.h";
/system/bt/service/test/
DParcelableTest.aidl11 import android.bluetooth.BluetoothGattDescriptor;
26 void OnDescripor(in BluetoothGattDescriptor descriptor); in OnDescripor()
Dparcelable_unittest.cc158 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s); in TEST()
162 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s2); in TEST()
166 TestData<Descriptor, android::bluetooth::BluetoothGattDescriptor>(s3); in TEST()
/system/bt/binder/android/bluetooth/
DBluetoothGattDescriptor.aidl19 parcelable BluetoothGattDescriptor;