Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1924 int minHandles, UUID srvcUuid, boolean advertisePreferred) { in beginServiceDeclaration() argument
1927 if (DBG) Log.d(TAG, "beginServiceDeclaration() - uuid=" + srvcUuid); in beginServiceDeclaration()
1929 serviceDeclaration.addService(srvcUuid, srvcType, srvcInstanceId, minHandles, in beginServiceDeclaration()
1934 UUID srvcUuid) { in addIncludedService() argument
1937 if (DBG) Log.d(TAG, "addIncludedService() - uuid=" + srvcUuid); in addIncludedService()
1938 getActiveDeclaration().addIncludedService(srvcUuid, srvcType, srvcInstanceId); in addIncludedService()
1971 int srvcInstanceId, UUID srvcUuid) { in removeService() argument
1974 if (DBG) Log.d(TAG, "removeService() - uuid=" + srvcUuid); in removeService()
1976 int srvcHandle = mHandleMap.getServiceHandle(srvcUuid, srvcType, srvcInstanceId); in removeService()
2005 int srvcInstanceId, UUID srvcUuid, in sendNotification() argument
[all …]