Package org.robolectric.shadows
Class ShadowIBluetoothManager
java.lang.Object
org.robolectric.shadows.ShadowIBluetoothManager
@Implements(value=android.bluetooth.IBluetoothManager.Default.class,
isInAndroidSdk=false,
minSdk=29)
public class ShadowIBluetoothManager
extends Object
Shadow for the IBluetoothManager stub system service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbindBluetoothProfileService(int bluetoothProfile, String serviceName, Object proxy) Allows the internal BluetoothProfileConnector associated with aBluetoothProfileto automatically invoke the service connected callback.protected IBluetoothGattprotected IBluetoothregisterAdapter(IBluetoothManagerCallback callback) protected voidunbindBluetoothProfileService(int bluetoothProfile, Object proxy) Allows the internal BluetoothProfileConnector associated with aBluetoothProfileto automatically invoke the service disconnected callback.
-
Constructor Details
-
ShadowIBluetoothManager
public ShadowIBluetoothManager()
-
-
Method Details
-
getBluetoothGatt
-
registerAdapter
-
bindBluetoothProfileService
@Implementation(minSdk=34, maxSdk=34) protected boolean bindBluetoothProfileService(int bluetoothProfile, String serviceName, Object proxy) Allows the internal BluetoothProfileConnector associated with aBluetoothProfileto automatically invoke the service connected callback. -
unbindBluetoothProfileService
@Implementation(minSdk=34, maxSdk=34) protected void unbindBluetoothProfileService(int bluetoothProfile, Object proxy) Allows the internal BluetoothProfileConnector associated with aBluetoothProfileto automatically invoke the service disconnected callback.
-