OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serverIf
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
HandleMap.java
37
public int
serverIf
= 0;
48
Entry(int
serverIf
, int handle, UUID uuid, int serviceType, int instance) {
49
this.
serverIf
=
serverIf
;
57
Entry(int
serverIf
, int handle, UUID uuid, int serviceType, int instance,
59
this.
serverIf
=
serverIf
;
68
Entry(int
serverIf
, int type, int handle, UUID uuid, int serviceHandle) {
69
this.
serverIf
=
serverIf
;
[
all
...]
GattService.java
702
public void unregisterServer(int
serverIf
) {
707
service.unregisterServer(
serverIf
);
711
public void serverConnect(int
serverIf
, String address, boolean isDirect, int transport) {
716
service.serverConnect(
serverIf
, address, isDirect, transport);
720
public void serverDisconnect(int
serverIf
, String address) {
725
service.serverDisconnect(
serverIf
, address);
729
public void serverSetPreferredPhy(int
serverIf
, String address, int txPhy, int rxPhy,
735
service.serverSetPreferredPhy(
serverIf
, address, txPhy, rxPhy, phyOptions);
748
public void addService(int
serverIf
, BluetoothGattService svc) {
754
service.addService(
serverIf
, svc)
[
all
...]
/system/bt/binder/android/bluetooth/
IBluetoothGatt.aidl
103
void unregisterServer(in int
serverIf
);
104
void serverConnect(in int
serverIf
, in String address, in boolean isDirect, in int transport);
105
void serverDisconnect(in int
serverIf
, in String address);
108
void addService(in int
serverIf
, in BluetoothGattService service);
109
void removeService(in int
serverIf
, in int handle);
110
void clearServices(in int
serverIf
);
111
void sendResponse(in int
serverIf
, in String address, in int requestId,
113
void sendNotification(in int
serverIf
, in String address, in int handle,
IBluetoothGattServerCallback.aidl
25
void onServerRegistered(in int status, in int
serverIf
);
26
void onServerConnectionState(in int status, in int
serverIf
,
/frameworks/base/core/java/android/bluetooth/
BluetoothGattServer.java
65
public void onServerRegistered(int status, int
serverIf
) {
68
+ "
serverIf
=" +
serverIf
);
72
mServerIf =
serverIf
;
86
public void onServerConnectionState(int status, int
serverIf
,
90
+ "
serverIf
=" +
serverIf
+ " device=" + address);
[
all
...]
/packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar
/prebuilts/misc/common/robolectric/android-all/
android-all-4.3_r2-robolectric-0.jar
Completed in 8651 milliseconds