Searched refs:BluetoothGattCharacteristic (Results 1 – 7 of 7) sorted by relevance
31 class BluetoothGattCharacteristic : public Parcelable,34 BluetoothGattCharacteristic() = default;35 BluetoothGattCharacteristic( in BluetoothGattCharacteristic() function38 ~BluetoothGattCharacteristic() = default;
31 status_t BluetoothGattCharacteristic::writeToParcel(Parcel* parcel) const { in writeToParcel()53 status_t BluetoothGattCharacteristic::readFromParcel(const Parcel* parcel) { in readFromParcel()
19 parcelable BluetoothGattCharacteristic cpp_header "android/bluetooth/bluetooth_gatt_characteristic.…
41 std::vector<BluetoothGattCharacteristic> characteristics; in writeToParcel()69 std::vector<BluetoothGattCharacteristic> characteristics; in readFromParcel()
10 import android.bluetooth.BluetoothGattCharacteristic;27 void OnCharacteristic(in BluetoothGattCharacteristic characteristic); in OnCharacteristic()
177 TestData<Characteristic, android::bluetooth::BluetoothGattCharacteristic>( in TEST()
19 parcelable BluetoothGattCharacteristic;