HomeSort by relevance Sort by last modified time
    Searched defs:passkey (Results 1 - 6 of 6) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 34 * checks if the Bluetooth Settings is currently visible and brings up the PIN, the passkey or a
59 int passkey = intent.getIntExtra(BluetoothDevice.EXTRA_PASSKEY, BluetoothDevice.ERROR); local
60 pairingIntent.putExtra(BluetoothDevice.EXTRA_PASSKEY, passkey);
BluetoothPairingDialog.java 42 * BluetoothPairingDialog asks the user to enter a PIN / Passkey / simple confirmation
98 int passkey = local
100 if (passkey == BluetoothDevice.ERROR) {
104 mPasskey = String.format("%06d", passkey);
109 int passkey = local
111 if (passkey == BluetoothDevice.ERROR) {
115 mPasskey = String.format("%06d", passkey);
161 // Maximum of 6 digits for passkey
247 int passkey = Integer.parseInt(value); local
248 mDevice.setPasskey(passkey);
    [all...]
  /external/bluetooth/bluez/test/
agent.c 127 unsigned int passkey; local
149 printf("Passkey request for device %s\n", path);
156 passkey = strtoul(passkey_value, NULL, 10);
158 dbus_message_append_args(reply, DBUS_TYPE_UINT32, &passkey,
176 unsigned int passkey; local
179 DBUS_TYPE_UINT32, &passkey,
196 printf("Confirmation request of %u for device %s\n", passkey, path);
255 fprintf(stderr, "Invalid arguments for passkey Confirm method");
567 "\tagent [--adapter adapter-path] [--path agent-path] <passkey> [<device>]\n"
  /external/bluetooth/bluez/src/
agent.c 457 error("Wrong passkey reply signature: %s", err.message);
467 error("Invalid passkey length from handler");
469 "Invalid passkey length");
602 uint32_t passkey; local
626 DBUS_TYPE_UINT32, &passkey,
628 error("Wrong passkey reply signature: %s", err.message);
634 cb(agent, NULL, passkey, req->user_data);
808 uint32_t passkey)
821 DBUS_TYPE_UINT32, &passkey,
836 uint32_t passkey, agent_cb cb
    [all...]
  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 1029 uint32_t passkey; local
1047 uint32_t passkey; local
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 525 uint32_t passkey; member in struct:__anon1713
1868 uint32_t passkey; member in struct:__anon1883
1907 uint32_t passkey; member in struct:__anon1889
    [all...]

Completed in 146 milliseconds