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

  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
HandleMap.java 36 int serverIf = 0;
47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) {
48 this.serverIf = serverIf;
56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance,
58 this.serverIf = serverIf;
67 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) {
68 this.serverIf = serverIf;
    [all...]
GattService.java 455 public void unregisterServer(int serverIf) {
458 service.unregisterServer(serverIf);
461 public void serverConnect(int serverIf, String address, boolean isDirect, int transport) {
464 service.serverConnect(serverIf, address, isDirect, transport);
467 public void serverDisconnect(int serverIf, String address) {
470 service.serverDisconnect(serverIf, address);
473 public void beginServiceDeclaration(int serverIf, int srvcType,
478 service.beginServiceDeclaration(serverIf, srvcType, srvcInstanceId,
482 public void addIncludedService(int serverIf, int srvcType,
486 service.addIncludedService(serverIf, srvcType, srvcInstanceId
    [all...]
AdvertiseManager.java 495 private native void gattSetAdvDataNative(int serverIf, boolean setScanRsp, boolean inclName,
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 82 void unregisterServer(in int serverIf);
84 void serverDisconnect(in int serverIf, in String address);
85 void beginServiceDeclaration(in int serverIf, in int srvcType,
88 void addIncludedService(in int serverIf, in int srvcType,
90 void addCharacteristic(in int serverIf, in ParcelUuid charId,
92 void addDescriptor(in int serverIf, in ParcelUuid descId,
94 void endServiceDeclaration(in int serverIf);
95 void removeService(in int serverIf, in int srvcType,
97 void clearServices(in int serverIf);
98 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 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);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp     [all...]

Completed in 362 milliseconds