Searched refs:BluetoothGattService (Results 1 – 16 of 16) sorted by relevance
/system/bt/service/common/android/bluetooth/ |
D | bluetooth_gatt_service.h | 32 class BluetoothGattService : public Parcelable, public ::bluetooth::Service { 34 BluetoothGattService() = default; 35 BluetoothGattService(const ::bluetooth::Service& service) in BluetoothGattService() function 37 BluetoothGattService( in BluetoothGattService() function 42 ~BluetoothGattService() = default;
|
D | IBluetoothGattServer.aidl | 19 import android.bluetooth.BluetoothGattService; 29 boolean AddService(int server_id, in BluetoothGattService service); in AddService()
|
D | bluetooth_gatt_service.cc | 31 status_t BluetoothGattService::writeToParcel(Parcel* parcel) const { in writeToParcel() 55 status_t BluetoothGattService::readFromParcel(const Parcel* parcel) { in readFromParcel() 80 included_services_.push_back(BluetoothGattService(srvc)); in readFromParcel()
|
D | IBluetoothGattServerCallback.aidl | 19 import android.bluetooth.BluetoothGattService; 24 void OnServiceAdded(int status, in BluetoothGattService service); in OnServiceAdded()
|
D | BluetoothGattService.aidl | 19 parcelable BluetoothGattService cpp_header "android/bluetooth/bluetooth_gatt_service.h";
|
/system/bt/service/test/ |
D | ParcelableTest.aidl | 13 import android.bluetooth.BluetoothGattService; 29 void OnService(in BluetoothGattService service); in OnService()
|
D | parcelable_unittest.cc | 201 parcel.writeParcelable((android::bluetooth::BluetoothGattService)s); in TEST() 203 android::bluetooth::BluetoothGattService out; in TEST() 206 bool result = TestData<Service, android::bluetooth::BluetoothGattService>(s); in TEST()
|
/system/bt/binder/android/bluetooth/ |
D | BluetoothGattService.aidl | 19 parcelable BluetoothGattService;
|
D | IBluetoothGattServerCallback.aidl | 18 import android.bluetooth.BluetoothGattService; 28 void onServiceAdded(in int status, in BluetoothGattService service); in onServiceAdded()
|
D | IBluetoothGattCallback.aidl | 19 import android.bluetooth.BluetoothGattService; 31 void onSearchComplete(in String address, in List<BluetoothGattService> services, in int status); in onSearchComplete()
|
D | IBluetoothGatt.aidl | 21 import android.bluetooth.BluetoothGattService; 159 …void addService(in int serverIf, in BluetoothGattService service, in AttributionSource attribution… in addService()
|
/system/bt/service/example/heart_rate/ |
D | heart_rate_server.h | 61 const android::bluetooth::BluetoothGattService& service) override;
|
D | heart_rate_server.cc | 33 using android::bluetooth::BluetoothGattService; 264 Status stat = gatt_->AddService(server_if_, (BluetoothGattService)hrService, in OnServerRegistered() 283 int status, const android::bluetooth::BluetoothGattService& service) { in OnServiceAdded()
|
/system/bt/service/ipc/binder/ |
D | bluetooth_gatt_server_binder_server.h | 55 const ::android::bluetooth::BluetoothGattService& service,
|
D | bluetooth_gatt_server_binder_server.cc | 66 int server_id, const android::bluetooth::BluetoothGattService& service, in AddService()
|
/system/bt/service/doc/ |
D | IBluetoothGattServer.txt | 47 boolean AddService(int server_id, in BluetoothGattService service);
|