Searched refs:BluetoothPeripheralHandover (Results 1 – 3 of 3) sorted by relevance
48 … Intent allowIntent = new Intent(BluetoothPeripheralHandover.ACTION_ALLOW_CONNECT); in onCreate()58 … Intent denyIntent = new Intent(BluetoothPeripheralHandover.ACTION_DENY_CONNECT); in onCreate()74 Intent denyIntent = new Intent(BluetoothPeripheralHandover.ACTION_DENY_CONNECT); in onStop()
40 public class PeripheralHandoverService extends Service implements BluetoothPeripheralHandover.Callb…68 BluetoothPeripheralHandover mBluetoothPeripheralHandover;164 mBluetoothPeripheralHandover = new BluetoothPeripheralHandover( in doPeripheralHandover()
53 public class BluetoothPeripheralHandover implements BluetoothProfile.ServiceListener { class109 public BluetoothPeripheralHandover(Context context, BluetoothDevice device, String name, in BluetoothPeripheralHandover() method in BluetoothPeripheralHandover