Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
Dbluetooth_gatt_characteristic.h31 class BluetoothGattCharacteristic : public Parcelable,
34 BluetoothGattCharacteristic() = default;
35 BluetoothGattCharacteristic( in BluetoothGattCharacteristic() function
38 ~BluetoothGattCharacteristic() = default;
Dbluetooth_gatt_characteristic.cc31 status_t BluetoothGattCharacteristic::writeToParcel(Parcel* parcel) const { in writeToParcel()
53 status_t BluetoothGattCharacteristic::readFromParcel(const Parcel* parcel) { in readFromParcel()
DBluetoothGattCharacteristic.aidl19 parcelable BluetoothGattCharacteristic cpp_header "android/bluetooth/bluetooth_gatt_characteristic.…
Dbluetooth_gatt_service.cc41 std::vector<BluetoothGattCharacteristic> characteristics; in writeToParcel()
69 std::vector<BluetoothGattCharacteristic> characteristics; in readFromParcel()
/system/bt/service/test/
DParcelableTest.aidl10 import android.bluetooth.BluetoothGattCharacteristic;
27 void OnCharacteristic(in BluetoothGattCharacteristic characteristic); in OnCharacteristic()
Dparcelable_unittest.cc177 TestData<Characteristic, android::bluetooth::BluetoothGattCharacteristic>( in TEST()
/system/bt/binder/android/bluetooth/
DBluetoothGattCharacteristic.aidl19 parcelable BluetoothGattCharacteristic;