Searched refs:phyOptions (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 536 int phyOptions) { in clientSetPreferredPhy() argument 541 service.clientSetPreferredPhy(clientIf, address, txPhy, rxPhy, phyOptions); in clientSetPreferredPhy() 738 int phyOptions) { in serverSetPreferredPhy() argument 743 service.serverSetPreferredPhy(serverIf, address, txPhy, rxPhy, phyOptions); in serverSetPreferredPhy() 2216 void clientSetPreferredPhy(int clientIf, String address, int txPhy, int rxPhy, int phyOptions) { in clientSetPreferredPhy() argument 2230 gattClientSetPreferredPhyNative(clientIf, address, txPhy, rxPhy, phyOptions); in clientSetPreferredPhy() 2882 void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, int phyOptions) { in serverSetPreferredPhy() argument 2896 gattServerSetPreferredPhyNative(serverIf, address, txPhy, rxPhy, phyOptions); in serverSetPreferredPhy() 3246 int rxPhy, int phyOptions); in gattClientSetPreferredPhyNative() argument 3296 int rxPhy, int phyOptions); in gattServerSetPreferredPhyNative() argument
|