Searched refs:BluetoothGattDescriptor (Results 1 – 7 of 7) sorted by relevance
31 class BluetoothGattDescriptor : public Parcelable,34 BluetoothGattDescriptor() = default;35 BluetoothGattDescriptor( in BluetoothGattDescriptor() function38 ~BluetoothGattDescriptor() = default;
30 status_t BluetoothGattDescriptor::writeToParcel(Parcel* parcel) const { in writeToParcel()41 status_t BluetoothGattDescriptor::readFromParcel(const Parcel* parcel) { in readFromParcel()
44 std::vector<BluetoothGattDescriptor> descriptors; in writeToParcel()72 std::vector<BluetoothGattDescriptor> descriptors; in readFromParcel()
19 parcelable BluetoothGattDescriptor cpp_header "android/bluetooth/bluetooth_gatt_descriptor.h";
11 import android.bluetooth.BluetoothGattDescriptor;26 void OnDescripor(in BluetoothGattDescriptor descriptor); in OnDescripor()
158 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()
19 parcelable BluetoothGattDescriptor;