OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:connecteddevices
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothManager.java
95
List<BluetoothDevice>
connectedDevices
= getConnectedDevices(profile);
96
for(BluetoothDevice connectedDevice :
connectedDevices
) {
126
List<BluetoothDevice>
connectedDevices
= new ArrayList<BluetoothDevice>();
131
if (iGatt == null) return
connectedDevices
;
133
connectedDevices
= iGatt.getDevicesMatchingConnectionStates(
139
return
connectedDevices
;
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
[
all
...]
Completed in 35 milliseconds