Searched defs:BluetoothGattService (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/service/common/android/bluetooth/ |
D | bluetooth_gatt_service.h | 35 BluetoothGattService(const ::bluetooth::Service& service) in BluetoothGattService() function 37 BluetoothGattService( in BluetoothGattService() function
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothGattService.java | 37 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/ |
D | bluetooth_gatt.rs | 322 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/ |
D | iface_bluetooth_gatt.rs | 59 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/ |
D | callbacks.rs | 358 fn on_search_complete(&self, addr: String, services: Vec<BluetoothGattService>, status: i32) { in on_search_complete()
|
D | dbus_iface.rs | 784 fn on_search_complete(&self, addr: String, services: Vec<BluetoothGattService>, status: i32) {} in on_search_complete()
|