Home
last modified time | relevance | path

Searched refs:getSocketManager (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java452 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in connect()
540 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in bindListen()
833 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in requestMaximumTxDataLength()
869 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in getL2capLocalChannelId()
913 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in getL2capRemoteChannelId()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl169 IBluetoothSocketManager getSocketManager(); in getSocketManager() method
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt1122 Landroid/bluetooth/IBluetooth$Stub$Proxy;->getSocketManager()Landroid/bluetooth/IBluetoothSocketMan…
1254 Landroid/bluetooth/IBluetooth;->getSocketManager()Landroid/bluetooth/IBluetoothSocketManager;
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java3393 public IBluetoothSocketManager getSocketManager() { in getSocketManager() method in AdapterService.AdapterServiceBinder