Searched refs:BluetoothPeripheralHandover (Results 1 – 3 of 3) sorted by relevance
55 … Intent allowIntent = new Intent(BluetoothPeripheralHandover.ACTION_ALLOW_CONNECT); in onCreate()66 … Intent denyIntent = new Intent(BluetoothPeripheralHandover.ACTION_DENY_CONNECT); in onCreate()78 new IntentFilter(BluetoothPeripheralHandover.ACTION_TIMEOUT_CONNECT)); in onCreate()86 Intent denyIntent = new Intent(BluetoothPeripheralHandover.ACTION_DENY_CONNECT); in onDestroy()98 if (BluetoothPeripheralHandover.ACTION_TIMEOUT_CONNECT.equals(intent.getAction())) {
41 public class PeripheralHandoverService extends Service implements BluetoothPeripheralHandover.Callb…74 BluetoothPeripheralHandover mBluetoothPeripheralHandover;182 mBluetoothPeripheralHandover = new BluetoothPeripheralHandover( in doPeripheralHandover()
56 public class BluetoothPeripheralHandover implements BluetoothProfile.ServiceListener { class123 public BluetoothPeripheralHandover(Context context, BluetoothDevice device, String name, in BluetoothPeripheralHandover() method in BluetoothPeripheralHandover