/external/chromium_org/chromeos/dbus/ |
bluetooth_agent_service_provider.h | 19 // the bluetooth daemon can communicate with during a remote device pairing 26 // After initiating the pairing process with a device, using the 66 // Bluetooth daemon, generally at the end of a pairing request. It may be 76 // for which there is no automatic pairing or special handling. 83 // will be called to dismiss the display once pairing is complete or 100 // passkey-less pairing. 107 // will be called to dismiss the display once pairing is complete or 136 // authorization of an incoming pairing attempt from the device with object 138 // pairing model. 140 // The agent should confirm the incoming pairing with the user and cal [all...] |
bluetooth_device_client.h | 72 // PIN Code pairing rather than 2.1 Secure Simple Pairing, this can 159 // Initiates pairing with the device with object path |object_path| and 161 // registered to handle the pairing request. 166 // Cancels an in-progress pairing with the device with object path
|
/external/chromium_org/device/bluetooth/ |
bluetooth_device_chromeos.h | 121 // pairing agent. 135 // Called by dbus:: on failure of the D-Bus method call to cancel pairing, 148 // Internal method to unregister the pairing agent and method called by dbus:: 169 // Run any outstanding pairing callbacks passing |status| as the result of 170 // pairing. Returns true if any callbacks were run, false if not. 194 // During pairing this is set to an object that we don't own, but on which 199 // Flag to indicate whether a pairing delegate method has been called during 200 // pairing. 203 // During pairing this is set to an instance of a D-Bus agent object 207 // During pairing these callbacks are set to those provided by method call [all...] |
bluetooth_chromeos_unittest.cc | 960 // Connect without a pairing delegate; since the device is already Paired [all...] |
/external/chromium_org/remoting/protocol/ |
pairing_host_authenticator.cc | 97 PairingRegistry::Pairing pairing) { 99 std::string paired_secret = pairing.shared_secret();
|
client_stub.h | 33 // Passes a pairing response message to the client.
|
host_stub.h | 44 // Requests pairing between the host and client for PIN-less authentication.
|
protocol_mock_objects.h | 223 virtual protocol::PairingRegistry::Pairing Load( 225 virtual bool Save(const protocol::PairingRegistry::Pairing& pairing) OVERRIDE; 229 typedef std::map<std::string, protocol::PairingRegistry::Pairing> Pairings;
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/ |
bluetooth_pairing_ui.h | 18 // A WebUI to host bluetooth device pairing web ui.
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
bluetooth_options_browsertest.js | 189 // Simulate process of pairing a device. 190 fakeDevice.pairing = 'bluetoothEnterPinCode'; 193 // Verify that the pairing dialog is displayed with the proper options. 194 expectFalse($('bluetooth-pairing').hidden); 195 expectTrue($('bluetooth-pairing-passkey-display').hidden); 196 expectTrue($('bluetooth-pairing-passkey-entry').hidden); 197 expectFalse($('bluetooth-pairing-pincode-entry').hidden); 211 delete fakeDevice.pairing; 302 var pairDeviceDialog = $('bluetooth-pairing'); 336 pairing: 'bluetoothStartConnecting [all...] |
bluetooth_options_handler.h | 56 // for which there is no automatic pairing or special handling. 68 // passkey-less pairing. 101 // of a key entered on the device |device| while pairing with the device 105 // same pairing overlay where the PIN code or Passkey is displayed. 169 // Called by device::BluetoothDevice on a successful pairing and connection 201 // argument is present, it is the passkey for pairing confirmation. 220 // Cached information about the current pairing device, if any.
|
/external/bluetooth/bluedroid/btif/co/ |
bta_dm_co.c | 57 ** of the local device for the Simple Pairing process 84 ** of the peer device for the Simple Pairing process 122 ** data of the local device for the Simple Pairing process 125 ** c - Simple Pairing Hash C 126 ** r - Simple Pairing Randomnizer R 144 ** data for the remote device for the Simple Pairing process 323 ** before SMP pairing gets going. 372 ** before SMP pairing gets going.
|
/external/chromium_org/base/ |
lazy_instance.cc | 32 // the associated data (buf_). Pairing Release_Store is in 49 // Releases visibility over private_buf_ to readers. Pairing Acquire_Load's
|
/external/bluetooth/bluedroid/stack/smp/ |
smp_act.c | 128 ** Description pairing failure to peer device if needed. 145 ** Description process pairing request to slave device 160 /* erase all keys when master sends pairing req*/ 169 ** Description process pairing response to slave device 186 ** Description process pairing request to slave device 195 ** Description process pairing initializer to slave device 336 else /*otherwise, start pairing */ 344 ** Description process pairing failure from peer device 353 ** Description Process the SMP pairing request/response from peer device 362 /* erase all keys if it is slave proc pairing req* [all...] |
smp_l2c.c | 85 SMP_TRACE_EVENT3 ("smp_connect_cback() for pairing BDA: %08x%04x Event: %s", 136 /* reject the pairing request if there is an on-going SMP pairing */
|
smp_api.c | 120 ** Description This function call to perform a SMP pairing with peer device. 121 ** Device support one SMP pairing at one time. 161 ** Description This function call to cancel a SMP pairing with peer device. 179 SMP_TRACE_DEBUG0("Cancel Pairing: set fail reason Unknown"); 255 /* send pairing failure */ 276 ** p_data - simple pairing Randomizer C.
|
/external/bluetooth/bluedroid/conf/ |
auto_pair_devlist.conf | 4 # This file contains information to prevent auto pairing with Bluetooth devices. 24 # where its a blacklist for not auto pairing.
|
/external/chromium_org/chrome/browser/chromeos/bluetooth/ |
bluetooth_pairing_dialog.h | 21 // Bluetooth device pairing dialog shown form ash tray bubble.
|
/external/chromium_org/remoting/client/ |
client_config.h | 35 // pairing has been revoked by the host) and the user needs to prompted
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
BluetoothDiscoveryReceiver.java | 29 * create a notification when we receive a pairing request.
|
BluetoothPairingDialog.java | 50 * for pairing with a remote Bluetooth device. It is an activity that appears as a dialog. 66 * or if pairing was canceled for {@link #mDevice}. 151 Log.e(TAG, "Incorrect pairing type received, not showing any dialog"); 156 * finish the activity in the background if pairing is canceled. 206 Log.e(TAG, "Incorrect pairing type for createPinEntryView: " + mType); 246 Log.e(TAG, "Incorrect pairing type received, not creating view"); 339 Log.e(TAG, "Incorrect pairing type received");
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/ |
pairing_heap_.hpp | 38 * Contains an implementation class for a pairing heap. 42 * Pairing heap: 44 * and Robert Endre Tarjan, The Pairing Heap: 72 * Pairing heap.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pairing_heap_/ |
pairing_heap_.hpp | 38 * Contains an implementation class for a pairing heap. 42 * Pairing heap: 44 * and Robert Endre Tarjan, The Pairing Heap: 72 * Pairing heap.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pairing_heap_/ |
pairing_heap_.hpp | 38 * Contains an implementation class for a pairing heap. 42 * Pairing heap: 44 * and Robert Endre Tarjan, The Pairing Heap: 72 * Pairing heap.
|
/external/chromium_org/chrome/common/extensions/api/ |
bluetooth.idl | 54 // Specifies whether pairing (and encryption) is required to be able to 94 // Simple Pairing Hash C. 98 // Simple Pairing Randomizer R. 178 // The Out Of Band Pairing Data. If this is omitted, the data for the 248 // Get the local Out of Band Pairing data. 253 // Set the Out of Band Pairing data for a remote device. 254 // Any previous Out Of Band Pairing Data for this device is overwritten.
|