Searched defs:BluetoothGattService (Results  1 – 7 of 7) sorted by relevance
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ | 
| D | BluetoothGattService.java | 36 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/ | 
| D | bluetooth_gatt.rs | 336     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 …] 
 | 
| D | dis.rs | 169     fn on_service_added(&mut self, status: GattStatus, service: BluetoothGattService) {  in on_service_added()
  | 
| D | battery_service.rs | 420         services: Vec<BluetoothGattService>,  in on_search_complete()
  | 
| /packages/modules/Bluetooth/system/gd/rust/linux/service/src/ | 
| D | iface_bluetooth_gatt.rs | 69         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/ | 
| D | callbacks.rs | 696         services: Vec<BluetoothGattService>,  in on_search_complete() 846     fn on_service_added(&mut self, status: GattStatus, service: BluetoothGattService) {  in on_service_added()
  | 
| D | dbus_iface.rs | 1626     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()
  |