Home
last modified time | relevance | path

Searched refs:passkey (Results 101 – 125 of 529) sorted by relevance

12345678910>>...22

/dports/multimedia/v4l-utils/linux-5.13-rc2/net/bluetooth/
H A Dsmp.h189 int smp_user_confirm_reply(struct hci_conn *conn, u16 mgmt_op, __le32 passkey);
/dports/lang/micropython/micropython-1.17/docs/library/
H A Dbluetooth.rst238 # Respond to a passkey request during pairing.
241 # passkey will be non-zero if action is "numeric comparison".
242 conn_handle, action, passkey = data
696 of secrets (with optional MITM protection via passkey authentication).
716 .. method:: BLE.gap_passkey(conn_handle, action, passkey, /)
721 The *passkey* is a numeric value and will depend on on the
725 prompt the user to enter the passkey that is shown on the remote device.
727 generate a random 6-digit passkey and show it to the user.
729 should show the passkey that was provided in the ``_IRQ_PASSKEY_ACTION`` event
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/cast/
H A Dbluetooth_device_cast.h71 void SetPasskey(uint32_t passkey) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/cast/
H A Dbluetooth_device_cast.h70 void SetPasskey(uint32_t passkey) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/
H A Dbluetooth_device_win.h71 void SetPasskey(uint32_t passkey) override;
H A Dbluetooth_low_energy_device_mac.h68 void SetPasskey(uint32_t passkey) override;
H A Dbluetooth_device_android.cc171 void BluetoothDeviceAndroid::SetPasskey(uint32_t passkey) { in SetPasskey() argument
H A Dbluetooth_device_winrt.h77 void SetPasskey(uint32_t passkey) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/test/
H A Dfake_peripheral.h101 void SetPasskey(uint32_t passkey) override;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/
H A Dbluetooth_device_win.h70 void SetPasskey(uint32_t passkey) override;
H A Dbluetooth_low_energy_device_mac.h67 void SetPasskey(uint32_t passkey) override;
H A Dbluetooth_device_winrt.h72 void SetPasskey(uint32_t passkey) override;
H A Dbluetooth_device_android.cc166 void BluetoothDeviceAndroid::SetPasskey(uint32_t passkey) { in SetPasskey() argument
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/
H A Dqbluetoothlocaldevice_osx.mm82 BluetoothPasskey passkey) override;
250 BluetoothPasskey passkey)
253 Q_UNUSED(passkey)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/device/bluetooth/bluez/
H A Dbluetooth_adapter_bluez.h316 uint32_t passkey,
319 uint32_t passkey,
H A Dbluetooth_adapter_bluez.cc859 uint32_t passkey, in DisplayPasskey() argument
863 BLUETOOTH_LOG(EVENT) << device_path.value() << ": DisplayPasskey: " << passkey in DisplayPasskey()
871 pairing->DisplayPasskey(passkey); in DisplayPasskey()
878 uint32_t passkey, in RequestConfirmation() argument
883 << ": RequestConfirmation: " << passkey; in RequestConfirmation()
891 pairing->RequestConfirmation(passkey, std::move(callback)); in RequestConfirmation()
H A Dbluetooth_device_bluez.h84 void SetPasskey(uint32_t passkey) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/device/bluetooth/bluez/
H A Dbluetooth_adapter_bluez.h328 uint32_t passkey,
331 uint32_t passkey,
H A Dbluetooth_adapter_bluez.cc931 uint32_t passkey, in DisplayPasskey() argument
935 BLUETOOTH_LOG(EVENT) << device_path.value() << ": DisplayPasskey: " << passkey in DisplayPasskey()
943 pairing->DisplayPasskey(passkey); in DisplayPasskey()
950 uint32_t passkey, in RequestConfirmation() argument
955 << ": RequestConfirmation: " << passkey; in RequestConfirmation()
963 pairing->RequestConfirmation(passkey, std::move(callback)); in RequestConfirmation()
H A Dbluetooth_device_bluez.h86 void SetPasskey(uint32_t passkey) override;
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/dist/
H A Dchanges-5.9.082 - [QTBUG-59392] Ensured that pairing passkey and pincode are truly random.
/dports/graphics/ImageMagick7/ImageMagick-7.1.0-19/MagickWand/
H A Doperation.c2196 *passkey; in CLISimpleOperatorImage() local
2198 passkey=FileToStringInfo(arg1,~0UL,_exception); in CLISimpleOperatorImage()
2199 if (passkey == (StringInfo *) NULL) in CLISimpleOperatorImage()
2202 (void) PasskeyDecipherImage(_image,passkey,_exception); in CLISimpleOperatorImage()
2203 passkey=DestroyStringInfo(passkey); in CLISimpleOperatorImage()
2313 *passkey; in CLISimpleOperatorImage() local
2315 passkey=FileToStringInfo(arg1,~0UL,_exception); in CLISimpleOperatorImage()
2316 if (passkey != (StringInfo *) NULL) in CLISimpleOperatorImage()
2318 (void) PasskeyEncipherImage(_image,passkey,_exception); in CLISimpleOperatorImage()
2319 passkey=DestroyStringInfo(passkey); in CLISimpleOperatorImage()
/dports/graphics/ImageMagick7-nox11/ImageMagick-7.1.0-19/MagickWand/
H A Doperation.c2196 *passkey; in CLISimpleOperatorImage() local
2198 passkey=FileToStringInfo(arg1,~0UL,_exception); in CLISimpleOperatorImage()
2199 if (passkey == (StringInfo *) NULL) in CLISimpleOperatorImage()
2202 (void) PasskeyDecipherImage(_image,passkey,_exception); in CLISimpleOperatorImage()
2203 passkey=DestroyStringInfo(passkey); in CLISimpleOperatorImage()
2313 *passkey; in CLISimpleOperatorImage() local
2315 passkey=FileToStringInfo(arg1,~0UL,_exception); in CLISimpleOperatorImage()
2316 if (passkey != (StringInfo *) NULL) in CLISimpleOperatorImage()
2318 (void) PasskeyEncipherImage(_image,passkey,_exception); in CLISimpleOperatorImage()
2319 passkey=DestroyStringInfo(passkey); in CLISimpleOperatorImage()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/t/
H A Dplugin_auth.test558 CREATE USER 'employee'@'localhost' IDENTIFIED BY 'passkey';
567 --exec $MYSQL -S $MASTER_MYSOCK -u employee --password=passkey -e "SELECT current_user();SELECT use…
600 CREATE USER 'employee'@'localhost' IDENTIFIED BY 'passkey';
614 connect(plugin_con, localhost, employee, passkey);
/dports/multimedia/libv4l/linux-5.13-rc2/include/net/bluetooth/
H A Dmgmt.h299 __le32 passkey; member
976 __le32 passkey; member

12345678910>>...22