Searched defs:phyOptions (Results  1 – 6 of 6) sorted by relevance
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/gatt/ | 
| D | GattServiceBinderTest.java | 225         int phyOptions = 3;  in clientSetPreferredPhy()  local498         int phyOptions = 3;  in serverSetPreferredPhy()  local
 
 | 
| D | GattServiceTest.java | 207         int phyOptions = 3;  in clientSetPreferredPhy()  local591         int phyOptions = 3;  in serverSetPreferredPhy()  local
 
 | 
| /packages/modules/Bluetooth/framework/java/android/bluetooth/ | 
| D | BluetoothGattServer.java | 652     public void setPreferredPhy(BluetoothDevice device, int txPhy, int rxPhy, int phyOptions) {  in setPreferredPhy()
 | 
| D | BluetoothGatt.java | 1065     public void setPreferredPhy(int txPhy, int rxPhy, int phyOptions) {  in setPreferredPhy()
 | 
| /packages/modules/Bluetooth/system/binder/android/bluetooth/ | 
| D | IBluetoothGatt.aidl | 111 …Phy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int phyOptions, in Attribut…  in clientSetPreferredPhy()159 …Phy(in int clientIf, in String address, in int txPhy, in int rxPhy, in int phyOptions, in Attribut…  in serverSetPreferredPhy()
 
 | 
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/ | 
| D | GattService.java | 838                 int phyOptions, AttributionSource attributionSource,  in clientSetPreferredPhy()849                 int phyOptions, AttributionSource attributionSource) {  in clientSetPreferredPhy()
 1261                 int phyOptions, AttributionSource attributionSource,  in serverSetPreferredPhy()
 1272                 int phyOptions, AttributionSource attributionSource) {  in serverSetPreferredPhy()
 3462     void clientSetPreferredPhy(int clientIf, String address, int txPhy, int rxPhy, int phyOptions,  in clientSetPreferredPhy()
 4271     void serverSetPreferredPhy(int serverIf, String address, int txPhy, int rxPhy, int phyOptions,  in serverSetPreferredPhy()
 4779             int rxPhy, int phyOptions);  in gattClientSetPreferredPhyNative()
 4829             int rxPhy, int phyOptions);  in gattServerSetPreferredPhyNative()
 
 |