HomeSort by relevance Sort by last modified time
    Searched refs:serverIf (Results 1 - 6 of 6) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
HandleMap.java 36 int serverIf = 0;
46 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) {
47 this.serverIf = serverIf;
55 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) {
56 this.serverIf = serverIf;
64 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) {
65 this.serverIf = serverIf;
    [all...]
GattService.java 384 public void unregisterServer(int serverIf) {
387 service.unregisterServer(serverIf);
390 public void serverConnect(int serverIf, String address, boolean isDirect) {
393 service.serverConnect(serverIf, address, isDirect);
396 public void serverDisconnect(int serverIf, String address) {
399 service.serverDisconnect(serverIf, address);
402 public void beginServiceDeclaration(int serverIf, int srvcType,
407 service.beginServiceDeclaration(serverIf, srvcType, srvcInstanceId,
411 public void addIncludedService(int serverIf, int srvcType,
415 service.addIncludedService(serverIf, srvcType, srvcInstanceId
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 68 void unregisterServer(in int serverIf);
70 void serverDisconnect(in int serverIf, in String address);
71 void beginServiceDeclaration(in int serverIf, in int srvcType,
74 void addIncludedService(in int serverIf, in int srvcType,
76 void addCharacteristic(in int serverIf, in ParcelUuid charId,
78 void addDescriptor(in int serverIf, in ParcelUuid descId,
80 void endServiceDeclaration(in int serverIf);
81 void removeService(in int serverIf, in int srvcType,
83 void clearServices(in int serverIf);
84 void sendResponse(in int serverIf, in String address, in int requestId
    [all...]
IBluetoothGattServerCallback.aidl 26 void onServerRegistered(in int status, in int serverIf);
28 void onServerConnectionState(in int status, in int serverIf,
BluetoothGattServer.java 75 public void onServerRegistered(int status, int serverIf) {
77 + " serverIf=" + serverIf);
80 mServerIf = serverIf;
102 public void onServerConnectionState(int status, int serverIf,
105 + " serverIf=" + serverIf + " device=" + address);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]

Completed in 112 milliseconds