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
109 public BluetoothGattService(UUID uuid, int serviceType) { in BluetoothGattService() method in BluetoothGattService
123 /*package*/ BluetoothGattService(BluetoothDevice device, UUID uuid, in BluetoothGattService() method in BluetoothGattService
138 public BluetoothGattService(UUID uuid, int instanceId, int serviceType) { in BluetoothGattService() method in BluetoothGattService
180 private BluetoothGattService(Parcel in) { in BluetoothGattService() method in BluetoothGattService
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs336 fn add_service(&mut self, server_id: i32, service: BluetoothGattService) { in add_service()
638 fn add_service(&self, server_id: i32, service: BluetoothGattService); in add_service()
757 pub struct BluetoothGattService { struct
762 pub included_services: Vec<BluetoothGattService>, argument
765 impl BluetoothGattService { impl
770 ) -> BluetoothGattService { in new()
780 fn from_db(elements: Vec<BtGattDbElement>) -> Vec<BluetoothGattService> { in from_db()
937 _services: Vec<BluetoothGattService>, in on_search_complete()
1000 fn on_service_added(&mut self, _status: GattStatus, _service: BluetoothGattService); in on_service_added()
2666 fn add_service(&self, server_id: i32, service: BluetoothGattService) { in add_service()
[all …]
Ddis.rs169 fn on_service_added(&mut self, status: GattStatus, service: BluetoothGattService) { in on_service_added()
Dbattery_service.rs420 services: Vec<BluetoothGattService>, in on_search_complete()
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth_gatt.rs69 services: Vec<BluetoothGattService>, in on_search_complete()
161 fn on_service_added(&mut self, status: GattStatus, service: BluetoothGattService) { in on_service_added()
941 fn add_service(&self, server_id: i32, service: BluetoothGattService) { in add_service()
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Dcallbacks.rs696 services: Vec<BluetoothGattService>, in on_search_complete()
846 fn on_service_added(&mut self, status: GattStatus, service: BluetoothGattService) { in on_service_added()
Ddbus_iface.rs1626 fn add_service(&self, server_id: i32, service: BluetoothGattService) { in add_service()
1715 services: Vec<BluetoothGattService>, in on_search_complete()
1785 fn on_service_added(&mut self, status: GattStatus, service: BluetoothGattService) {} in on_service_added()