OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clientDisconnect
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl
39
void
clientDisconnect
(in int clientIf, in String address);
BluetoothGatt.java
708
mService.
clientDisconnect
(mClientIf, mDevice.getAddress());
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
320
public void
clientDisconnect
(int clientIf, String address) {
323
service.
clientDisconnect
(clientIf, address);
[
all
...]
Completed in 33 milliseconds