Home
last modified time | relevance | path

Searched refs:GattDbElement (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattDbElement.java29 public class GattDbElement { class
37 public GattDbElement() {} in GattDbElement() method in GattDbElement
DGattService.java732 GattDbElement GetSampleGattDbElement() { in GetSampleGattDbElement()
733 return new GattDbElement(); in GetSampleGattDbElement()
736 void onGetGattDb(int connId, ArrayList<GattDbElement> db) throws RemoteException { in onGetGattDb()
752 for (GattDbElement el: db) { in onGetGattDb()
755 case GattDbElement.TYPE_PRIMARY_SERVICE: in onGetGattDb()
756 case GattDbElement.TYPE_SECONDARY_SERVICE: in onGetGattDb()
763 case GattDbElement.TYPE_CHARACTERISTIC: in onGetGattDb()
770 case GattDbElement.TYPE_DESCRIPTOR: in onGetGattDb()
776 case GattDbElement.TYPE_INCLUDED_SERVICE: in onGetGattDb()