Searched refs:BluetoothGattIncludedService (Results 1 – 7 of 7) sorted by relevance
33 class BluetoothGattIncludedService : public Parcelable {35 BluetoothGattIncludedService() = default;36 BluetoothGattIncludedService( in BluetoothGattIncludedService() function41 ~BluetoothGattIncludedService() = default;
31 status_t BluetoothGattIncludedService::writeToParcel(Parcel* parcel) const { in writeToParcel()42 status_t BluetoothGattIncludedService::readFromParcel(const Parcel* parcel) { in readFromParcel()
19 parcelable BluetoothGattIncludedService cpp_header "android/bluetooth/bluetooth_gatt_included_servi…
46 std::vector<BluetoothGattIncludedService> includedServices; in writeToParcel()75 std::vector<BluetoothGattIncludedService> includedServices; in readFromParcel()
38 const BluetoothGattIncludedService& includedService) // NOLINT(implicit) in BluetoothGattService()
12 import android.bluetooth.BluetoothGattIncludedService;28 void OnIncludedService(in BluetoothGattIncludedService service); in OnIncludedService()
19 parcelable BluetoothGattIncludedService;