Searched defs:maximumPacketSize (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothSocketManager.aidl | 33 … int flag, int dataPath, in String socketName, long hubId, long endpointId, int maximumPacketSize); in connectSocketWithOffload() 37 … int flag, int dataPath, in String socketName, long hubId, long endpointId, int maximumPacketSize); in createSocketChannelWithOffload()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | BluetoothSocketManagerBinder.java | 105 int maximumPacketSize) { in connectSocketWithOffload() 211 int maximumPacketSize) { in createSocketChannelWithOffload()
|
D | AdapterNativeInterface.java | 205 int maximumPacketSize) { in connectSocket() 231 int maximumPacketSize) { in createSocketChannel() 417 int maximumPacketSize); in connectSocketNative() 430 int maximumPacketSize); in createSocketChannelNative()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothSocketSettings.java | 376 int maximumPacketSize) { in BluetoothSocketSettings() 646 public Builder setRequestedMaximumPacketSize(int maximumPacketSize) { in setRequestedMaximumPacketSize()
|
D | BluetoothServerSocket.java | 183 int maximumPacketSize) in BluetoothServerSocket()
|
D | BluetoothSocket.java | 292 int maximumPacketSize) in BluetoothSocket() 423 int maximumPacketSize) in BluetoothSocket()
|