Home
last modified time | relevance | path

Searched defs:serverIf (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DIBluetoothGatt.aidl68 void unregisterServer(in int serverIf); in unregisterServer()
70 void serverDisconnect(in int serverIf, in String address); in serverDisconnect()
71 void beginServiceDeclaration(in int serverIf, in int srvcType, in beginServiceDeclaration()
74 void addIncludedService(in int serverIf, in int srvcType, in addIncludedService()
76 void addCharacteristic(in int serverIf, in ParcelUuid charId, in addCharacteristic()
78 void addDescriptor(in int serverIf, in ParcelUuid descId, in addDescriptor()
80 void endServiceDeclaration(in int serverIf); in endServiceDeclaration()
81 void removeService(in int serverIf, in int srvcType, in removeService()
83 void clearServices(in int serverIf); in clearServices()
84 void sendResponse(in int serverIf, in String address, in int requestId, in sendResponse()
[all …]
DIBluetoothGattServerCallback.aidl26 void onServerRegistered(in int status, in int serverIf); in onServerRegistered()
28 void onServerConnectionState(in int status, in int serverIf, in onServerConnectionState()