OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAdvServiceUuids
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
BluetoothAdvScanData.java
106
return Collections.unmodifiableList(mBluetoothGatt.
getAdvServiceUuids
());
IBluetoothGatt.aidl
46
List<ParcelUuid>
getAdvServiceUuids
();
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
562
public List<ParcelUuid>
getAdvServiceUuids
() throws RemoteException {
565
return service.
getAdvServiceUuids
();
[
all
...]
Completed in 39 milliseconds