OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clientSetPreferredPhy
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/bluetooth/
IBluetoothGatt.aidl
79
void
clientSetPreferredPhy
(in int clientIf, in String address, in int txPhy, in int rxPhy, in int phyOptions);
BluetoothGatt.java
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java
435
public void
clientSetPreferredPhy
(
439
service.
clientSetPreferredPhy
(clientIf, address, txPhy, rxPhy, phyOptions);
[
all
...]
Completed in 65 milliseconds