Searched refs:ACTION_UUID (Results 1 – 12 of 12) sorted by relevance
30 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_UUID:31 Field 'ACTION_UUID' is missing @BroadcastBehavior
44 BroadcastBehavior: android.bluetooth.BluetoothDevice#ACTION_UUID:45 Field 'ACTION_UUID' is missing @BroadcastBehavior
557 …roid.Manifest.permission.BLUETOOTH_CONNECT) public static final String ACTION_UUID = "android.blue…
60 if (BluetoothDevice.ACTION_UUID.equals(intent.getAction())) {71 IntentFilter filter = new IntentFilter(BluetoothDevice.ACTION_UUID); in remoteConnectServiceDiscoveryTest()
106 filter.addAction(BluetoothDevice.ACTION_UUID); in blockingFetchUuids()131 && BluetoothDevice.ACTION_UUID.equals(intent.getAction())) {
130 if (BluetoothDevice.ACTION_UUID.equals(action)) { in setUp()391 BluetoothDevice.ACTION_UUID, in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()421 verifyIntentReceivedUnordered(hasAction(BluetoothDevice.ACTION_UUID)); in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()467 hasAction(BluetoothDevice.ACTION_UUID), in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()475 BluetoothDevice.ACTION_UUID, in helper_OutgoingGattServiceDiscoveryWithIncomingLePairing()
95 if (BluetoothDevice.ACTION_UUID.equals(intent.getAction())) {216 filter.addAction(BluetoothDevice.ACTION_UUID); in registerConnectionStateReceiver()
59 intentFilter.addAction(BluetoothDevice.ACTION_UUID)165 .filter { it.getAction() == BluetoothDevice.ACTION_UUID } in discoverServicesSdp()
858 Intent unknown = new Intent(BluetoothDevice.ACTION_UUID); in testUnknownBroadcastAction_broadcastIgnored()
695 Intent intent = new Intent(BluetoothDevice.ACTION_UUID); in sendUuidIntent()
902 public static final String ACTION_UUID = "android.bluetooth.device.action.UUID"; field in BluetoothDevice