OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serverDisconnect
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl
70
void
serverDisconnect
(in int serverIf, in String address);
BluetoothGattServer.java
463
mService.
serverDisconnect
(mServerIf, device.getAddress());
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
484
public void
serverDisconnect
(int serverIf, String address) {
487
service.
serverDisconnect
(serverIf, address);
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.3_r2-robolectric-0.jar
Completed in 113 milliseconds