Home
last modified time | relevance | path

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

/system/bt/service/common/android/bluetooth/
Dbluetooth_gatt_included_service.h33 class BluetoothGattIncludedService : public Parcelable {
35 BluetoothGattIncludedService() = default;
36 BluetoothGattIncludedService( in BluetoothGattIncludedService() function
41 ~BluetoothGattIncludedService() = default;
Dbluetooth_gatt_included_service.cc31 status_t BluetoothGattIncludedService::writeToParcel(Parcel* parcel) const { in writeToParcel()
42 status_t BluetoothGattIncludedService::readFromParcel(const Parcel* parcel) { in readFromParcel()
DBluetoothGattIncludedService.aidl19 parcelable BluetoothGattIncludedService cpp_header "android/bluetooth/bluetooth_gatt_included_servi…
Dbluetooth_gatt_service.cc46 std::vector<BluetoothGattIncludedService> includedServices; in writeToParcel()
75 std::vector<BluetoothGattIncludedService> includedServices; in readFromParcel()
Dbluetooth_gatt_service.h38 const BluetoothGattIncludedService& includedService) // NOLINT(implicit) in BluetoothGattService()
/system/bt/service/test/
DParcelableTest.aidl12 import android.bluetooth.BluetoothGattIncludedService;
28 void OnIncludedService(in BluetoothGattIncludedService service); in OnIncludedService()
/system/bt/binder/android/bluetooth/
DBluetoothGattIncludedService.aidl19 parcelable BluetoothGattIncludedService;