Searched defs:serviceType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DHandleMap.java41 int serviceType = 0; field in class:HandleMap.Entry
46 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { argument
52 this.serviceType = serviceType;
89 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance) { argument
90 mEntries.add(new Entry(serverIf, handle, uuid, serviceType, instance));
123 int getServiceHandle(UUID uuid, int serviceType, int instance) { argument
126 entry.serviceType == serviceType &&
H A DServiceDeclaration.java40 int serviceType = 0; field in class:ServiceDeclaration.Entry
43 Entry(UUID uuid, int serviceType, int instance) { argument
47 this.serviceType = serviceType;
72 void addService(UUID uuid, int serviceType, int instance, int minHandles) { argument
73 mEntries.add(new Entry(uuid, serviceType, instance));
81 void addIncludedService(UUID uuid, int serviceType, int instance) { argument
82 Entry entry = new Entry(uuid, serviceType, instance);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetStateMachine.java2078 private native boolean notifyDeviceStatusNative(int networkState, int serviceType, int signal, argument

Completed in 246 milliseconds