Searched refs:IBluetoothSocketManager (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | BluetoothSocketManagerBinder.java | 24 import android.bluetooth.IBluetoothSocketManager; 33 class BluetoothSocketManagerBinder extends IBluetoothSocketManager.Stub {
|
D | AdapterServiceBinder.java | 59 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/ |
D | BluetoothSocket.java | 663 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/ |
D | IBluetoothSocketManager.aidl | 28 interface IBluetoothSocketManager interface
|
D | IBluetooth.aidl | 29 import android.bluetooth.IBluetoothSocketManager; 175 IBluetoothSocketManager getSocketManager(); in getSocketManager()
|
/packages/modules/Bluetooth/android/app/aidl/ |
D | Android.bp | 60 "android/bluetooth/IBluetoothSocketManager.aidl",
|
/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | iface_bluetooth.rs | 25 IBluetoothSocketManager, IBluetoothSocketManagerCallbacks, SocketId, SocketResult, 865 impl IBluetoothSocketManager for IBluetoothSocketManagerDBus {
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | socket_manager.rs | 292 pub trait IBluetoothSocketManager { interface 1249 impl IBluetoothSocketManager for BluetoothSocketManager {
|
/packages/modules/Bluetooth/system/gd/rust/linux/client/src/ |
D | dbus_iface.rs | 51 BluetoothServerSocket, BluetoothSocket, CallbackId, IBluetoothSocketManager, 2150 impl IBluetoothSocketManager for BluetoothSocketManagerDBus {
|
D | callbacks.rs | 36 BluetoothServerSocket, BluetoothSocket, IBluetoothSocketManager,
|
D | command_handler.rs | 29 use btstack::socket_manager::{IBluetoothSocketManager, SocketResult};
|