Home
last modified time | relevance | path

Searched defs:BluetoothGattService (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/service/common/android/bluetooth/
Dbluetooth_gatt_service.h35 BluetoothGattService(const ::bluetooth::Service& service) in BluetoothGattService() function
37 BluetoothGattService( in BluetoothGattService() function
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattService.java37 public class BluetoothGattService implements Parcelable { class
110 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService() method in BluetoothGattService
124 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid, in BluetoothGattService() method in BluetoothGattService
139 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService() method in BluetoothGattService
182 private BluetoothGattService(Parcel in) { in BluetoothGattService() method in BluetoothGattService
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs322 pub struct BluetoothGattService { struct
327 pub included_services: Vec<BluetoothGattService>, argument
330 impl BluetoothGattService { implementation
331 fn new(uuid: Uuid128Bit, instance_id: i32, service_type: i32) -> BluetoothGattService { in new()
363 fn on_search_complete(&self, addr: String, services: Vec<BluetoothGattService>, status: i32); in on_search_complete()
1408 _services: Vec<BluetoothGattService>, in on_search_complete()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs59 fn on_search_complete(&self, addr: String, services: Vec<BluetoothGattService>, status: i32) { in on_search_complete()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs358 fn on_search_complete(&self, addr: String, services: Vec<BluetoothGattService>, status: i32) { in on_search_complete()
Ddbus_iface.rs784 fn on_search_complete(&self, addr: String, services: Vec<BluetoothGattService>, status: i32) {} in on_search_complete()