Home
last modified time | relevance | path

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

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