Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattService.java36 public class BluetoothGattService implements Parcelable { class
96 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService() method in BluetoothGattService
110 /*package*/ BluetoothGattService( in BluetoothGattService() method in BluetoothGattService
125 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService() method in BluetoothGattService
166 private BluetoothGattService(Parcel in) { in BluetoothGattService() method in BluetoothGattService
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs337 fn add_service(&mut self, server_id: i32, service: BluetoothGattService) { in add_service()
647 fn add_service(&self, server_id: i32, service: BluetoothGattService); in add_service()
762 pub struct BluetoothGattService { struct
767 pub included_services: Vec<BluetoothGattService>, argument
770 impl BluetoothGattService { impl
771 pub fn new(uuid: Uuid, instance_id: i32, service_type: i32) -> BluetoothGattService { in new()
784 ) -> Vec<BluetoothGattService> { in from_db()
856 service: BluetoothGattService, in into_db()
857 services: &Vec<BluetoothGattService>, in into_db()
969 _services: Vec<BluetoothGattService>, in on_search_complete()
[all …]
Dbattery_service.rs296 services: Vec<BluetoothGattService>, in get_battery_level_handle()
451 services: Vec<BluetoothGattService>, in on_search_complete()
Ddis.rs170 fn on_service_added(&mut self, status: GattStatus, service: BluetoothGattService) { in on_service_added()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs73 services: Vec<BluetoothGattService>, in on_search_complete()
165 fn on_service_added(&mut self, status: GattStatus, service: BluetoothGattService) { in on_service_added()
945 fn add_service(&self, server_id: i32, service: BluetoothGattService) { in add_service()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs757 services: Vec<BluetoothGattService>, in on_search_complete()
922 fn on_service_added(&mut self, status: GattStatus, service: BluetoothGattService) { in on_service_added()
Ddbus_iface.rs1803 fn add_service(&self, server_id: i32, service: BluetoothGattService) { in add_service()
1899 services: Vec<BluetoothGattService>, in on_search_complete()
1969 fn on_service_added(&mut self, status: GattStatus, service: BluetoothGattService) {} in on_service_added()