Searched refs:serverIf (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | IBluetoothGatt.aidl | 82 void unregisterServer(in int serverIf); in unregisterServer() argument 84 void serverDisconnect(in int serverIf, in String address); in serverDisconnect() argument 85 void beginServiceDeclaration(in int serverIf, in int srvcType, in beginServiceDeclaration() argument 88 void addIncludedService(in int serverIf, in int srvcType, in addIncludedService() argument 90 void addCharacteristic(in int serverIf, in ParcelUuid charId, in addCharacteristic() argument 92 void addDescriptor(in int serverIf, in ParcelUuid descId, in addDescriptor() argument 94 void endServiceDeclaration(in int serverIf); in endServiceDeclaration() argument 95 void removeService(in int serverIf, in int srvcType, in removeService() argument 97 void clearServices(in int serverIf); in clearServices() argument 98 void sendResponse(in int serverIf, in String address, in int requestId, in sendResponse() argument [all …]
|
D | IBluetoothGattServerCallback.aidl | 26 void onServerRegistered(in int status, in int serverIf); in onServerRegistered() argument 28 void onServerConnectionState(in int status, in int serverIf, in onServerConnectionState() argument
|
D | BluetoothGattServer.java | 68 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);
|