Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/bluetooth/
DIBluetoothGatt.aidl100 void unregisterServer(in int serverIf); in unregisterServer()
101 void serverConnect(in int serverIf, in String address, in boolean isDirect, in int transport); in serverConnect()
102 void serverDisconnect(in int serverIf, in String address); in serverDisconnect()
105 void addService(in int serverIf, in BluetoothGattService service); in addService()
106 void removeService(in int serverIf, in int handle); in removeService()
107 void clearServices(in int serverIf); in clearServices()
108 void sendResponse(in int serverIf, in String address, in int requestId, in sendResponse()
110 void sendNotification(in int serverIf, in String address, in int handle, in sendNotification()
DIBluetoothGattServerCallback.aidl25 void onServerRegistered(in int status, in int serverIf); in onServerRegistered()
26 void onServerConnectionState(in int status, in int serverIf, in onServerConnectionState()