Home
last modified time | relevance | path

Searched refs:IBluetoothSocketManager (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBluetoothSocketManagerBinder.java24 import android.bluetooth.IBluetoothSocketManager;
33 class BluetoothSocketManagerBinder extends IBluetoothSocketManager.Stub {
DAdapterServiceBinder.java59 import android.bluetooth.IBluetoothSocketManager;
1191 public IBluetoothSocketManager getSocketManager() { in getSocketManager()
1197 return IBluetoothSocketManager.Stub.asInterface(service.getBluetoothSocketManagerBinder()); in getSocketManager()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothSocket.java663 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in connect()
775 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in bindListen()
853 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in bindListenWithOffload()
1170 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in requestMaximumTxDataLength()
1203 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in getL2capLocalChannelId()
1244 IBluetoothSocketManager socketManager = bluetoothProxy.getSocketManager(); in getL2capRemoteChannelId()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothSocketManager.aidl28 interface IBluetoothSocketManager interface
DIBluetooth.aidl29 import android.bluetooth.IBluetoothSocketManager;
175 IBluetoothSocketManager getSocketManager(); in getSocketManager()
/packages/modules/Bluetooth/android/app/aidl/
DAndroid.bp60 "android/bluetooth/IBluetoothSocketManager.aidl",
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Diface_bluetooth.rs25 IBluetoothSocketManager, IBluetoothSocketManagerCallbacks, SocketId, SocketResult,
865 impl IBluetoothSocketManager for IBluetoothSocketManagerDBus {
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dsocket_manager.rs292 pub trait IBluetoothSocketManager { interface
1249 impl IBluetoothSocketManager for BluetoothSocketManager {
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Ddbus_iface.rs51 BluetoothServerSocket, BluetoothSocket, CallbackId, IBluetoothSocketManager,
2150 impl IBluetoothSocketManager for BluetoothSocketManagerDBus {
Dcallbacks.rs36 BluetoothServerSocket, BluetoothSocket, IBluetoothSocketManager,
Dcommand_handler.rs29 use btstack::socket_manager::{IBluetoothSocketManager, SocketResult};