Home
last modified time | relevance | path

Searched refs:BluetoothGattService (Results 1 – 16 of 16) sorted by relevance

/system/bt/service/common/android/bluetooth/
Dbluetooth_gatt_service.h32 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;
DIBluetoothGattServer.aidl19 import android.bluetooth.BluetoothGattService;
29 boolean AddService(int server_id, in BluetoothGattService service); in AddService()
Dbluetooth_gatt_service.cc31 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()
DIBluetoothGattServerCallback.aidl19 import android.bluetooth.BluetoothGattService;
24 void OnServiceAdded(int status, in BluetoothGattService service); in OnServiceAdded()
DBluetoothGattService.aidl19 parcelable BluetoothGattService cpp_header "android/bluetooth/bluetooth_gatt_service.h";
/system/bt/service/test/
DParcelableTest.aidl13 import android.bluetooth.BluetoothGattService;
29 void OnService(in BluetoothGattService service); in OnService()
Dparcelable_unittest.cc201 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/
DBluetoothGattService.aidl19 parcelable BluetoothGattService;
DIBluetoothGattServerCallback.aidl18 import android.bluetooth.BluetoothGattService;
28 void onServiceAdded(in int status, in BluetoothGattService service); in onServiceAdded()
DIBluetoothGattCallback.aidl19 import android.bluetooth.BluetoothGattService;
31 void onSearchComplete(in String address, in List<BluetoothGattService> services, in int status); in onSearchComplete()
DIBluetoothGatt.aidl21 import android.bluetooth.BluetoothGattService;
159 …void addService(in int serverIf, in BluetoothGattService service, in AttributionSource attribution… in addService()
/system/bt/service/example/heart_rate/
Dheart_rate_server.h61 const android::bluetooth::BluetoothGattService& service) override;
Dheart_rate_server.cc33 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/
Dbluetooth_gatt_server_binder_server.h55 const ::android::bluetooth::BluetoothGattService& service,
Dbluetooth_gatt_server_binder_server.cc66 int server_id, const android::bluetooth::BluetoothGattService& service, in AddService()
/system/bt/service/doc/
DIBluetoothGattServer.txt47 boolean AddService(int server_id, in BluetoothGattService service);