Home
last modified time | relevance | path

Searched refs:IObexConnectionHandler (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DObexServerSockets.java53 private final IObexConnectionHandler mConHandler;
63 private ObexServerSockets(IObexConnectionHandler conHandler, BluetoothServerSocket rfcommSocket, in ObexServerSockets()
78 public static ObexServerSockets create(IObexConnectionHandler validator) { in create()
91 public static ObexServerSockets createInsecure(IObexConnectionHandler validator) { in createInsecure()
112 private static ObexServerSockets create(IObexConnectionHandler validator, int rfcommChannel, in create()
H A DIObexConnectionHandler.java20 public interface IObexConnectionHandler { interface
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DPbapStateMachine.java40 import com.android.bluetooth.IObexConnectionHandler;
88 private IObexConnectionHandler mIObexConnectionHandler;
104 IObexConnectionHandler obexConnectionHandler, Handler pbapHandler, int notificationId) { in PbapStateMachine()
121 IObexConnectionHandler obexConnectionHandler, Handler pbapHandler, int notificationId) { in make()
H A DBluetoothPbapService.java61 import com.android.bluetooth.IObexConnectionHandler;
77 public class BluetoothPbapService extends ProfileService implements IObexConnectionHandler {
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMnsService.java27 import com.android.bluetooth.IObexConnectionHandler;
105 private class SocketAcceptor implements IObexConnectionHandler {
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpCoverArtService.java25 import com.android.bluetooth.IObexConnectionHandler;
245 private class SocketAcceptor implements IObexConnectionHandler {
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java28 import com.android.bluetooth.IObexConnectionHandler;
42 public class BluetoothMapMasInstance implements IObexConnectionHandler {
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java58 import com.android.bluetooth.IObexConnectionHandler;
78 public class BluetoothOppService extends ProfileService implements IObexConnectionHandler {