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

  /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 398 error("Wrong passkey reply signature: %s", err.message);
410 "Invalid passkey length");
541 uint32_t passkey; local
565 DBUS_TYPE_UINT32, &passkey,
567 error("Wrong passkey reply signature: %s", err.message);
573 cb(agent, NULL, passkey, req->user_data);
641 uint32_t passkey)
654 DBUS_TYPE_UINT32, &passkey,
669 uint32_t passkey, agent_cb cb,
679 DBG("Calling Agent.RequestConfirmation: name=%s, path=%s, passkey=%06u"
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 47 * BluetoothPairingDialog asks the user to enter a PIN / Passkey / simple confirmation
117 int passkey = local
119 if (passkey == BluetoothDevice.ERROR) {
120 Log.e(TAG, "Invalid Confirmation Passkey received, not showing any dialog");
123 mPairingKey = String.format("%06d", passkey);
137 Log.e(TAG, "Invalid Confirmation Passkey or PIN received, not showing any dialog");
198 // Maximum of 6 digits for passkey
317 int passkey = Integer.parseInt(value); local
318 mDevice.setPasskey(passkey);
  /frameworks/base/core/jni/
android_server_BluetoothEventLoop.cpp 1227 uint32_t passkey; local
1245 uint32_t passkey; local
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 535 uint32_t passkey; member in struct:__anon1623
2036 uint32_t passkey; member in struct:__anon1811
2075 uint32_t passkey; member in struct:__anon1817
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 532 uint32_t passkey; member in struct:__anon30326
2120 uint32_t passkey; member in struct:__anon30514
2161 uint32_t passkey; member in struct:__anon30520
    [all...]

Completed in 980 milliseconds