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 394 public void unregisterServer(int serverIf) {
397 service.unregisterServer(serverIf);
400 public void serverConnect(int serverIf, String address, boolean isDirect) {
403 service.serverConnect(serverIf, address, isDirect);
406 public void serverDisconnect(int serverIf, String address) {
409 service.serverDisconnect(serverIf, address);
412 public void beginServiceDeclaration(int serverIf, int srvcType,
417 service.beginServiceDeclaration(serverIf, srvcType, srvcInstanceId,
421 public void addIncludedService(int serverIf, int srvcType,
425 service.addIncludedService(serverIf, srvcType, srvcInstanceId
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl 73 void unregisterServer(in int serverIf);
75 void serverDisconnect(in int serverIf, in String address);
76 void beginServiceDeclaration(in int serverIf, in int srvcType,
79 void addIncludedService(in int serverIf, in int srvcType,
81 void addCharacteristic(in int serverIf, in ParcelUuid charId,
83 void addDescriptor(in int serverIf, in ParcelUuid descId,
85 void endServiceDeclaration(in int serverIf);
86 void removeService(in int serverIf, in int srvcType,
88 void clearServices(in int serverIf);
89 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 614 milliseconds