Searched refs:phyOptions (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
D | GattService.java | 540 int phyOptions) { in clientSetPreferredPhy() argument 545 service.clientSetPreferredPhy(clientIf, address, txPhy, rxPhy, phyOptions); in clientSetPreferredPhy() 742 int phyOptions) { in serverSetPreferredPhy() argument 747 service.serverSetPreferredPhy(serverIf, address, txPhy, rxPhy, phyOptions); in serverSetPreferredPhy() 2232 void clientSetPreferredPhy(int clientIf, String address, int txPhy, int rxPhy, int phyOptions) { in clientSetPreferredPhy() argument 2246 gattClientSetPreferredPhyNative(clientIf, address, txPhy, rxPhy, phyOptions); in clientSetPreferredPhy() 2898 void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, int phyOptions) { in serverSetPreferredPhy() argument 2912 gattServerSetPreferredPhyNative(serverIf, address, txPhy, rxPhy, phyOptions); in serverSetPreferredPhy() 3281 int rxPhy, int phyOptions); in gattClientSetPreferredPhyNative() argument 3331 int rxPhy, int phyOptions); in gattServerSetPreferredPhyNative() argument
|