HomeSort by relevance Sort by last modified time
    Searched refs:passkey (Results 26 - 42 of 42) sorted by null

12

  /external/bluetooth/bluedroid/stack/smp/
smp_utils.c 451 void smp_convert_string_to_tk(BT_OCTET16 tk, UINT32 passkey)
456 UINT32_TO_STREAM(p, passkey);
smp_int.h 299 extern void smp_convert_string_to_tk(BT_OCTET16 tk, UINT32 passkey);
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_device_client.h 178 uint32 passkey);
fake_bluetooth_device_client.cc 449 // Display a passkey, and each interval act as if another key was entered
471 // Request confirmation of a Passkey.
481 // Request a Passkey from the user.
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_dm.c 814 p_ssp_key_notif->passkey);
1977 UINT32 passkey = 0; local
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 824 public boolean setPasskey(BluetoothDevice device, boolean accept, int len, byte[] passkey) {
832 return service.setPasskey(device, accept, len, passkey);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
btm_ble_api.h 522 ** passkey request to the application.
524 ** Parameters: bd_addr - Address of the device for which passkey was requested
526 ** passkey - numeric value in the range of
530 BTM_API extern void BTM_BlePasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey);
    [all...]
btm_api.h 1487 UINT32 passkey; \/* passkey *\/ member in struct:__anon999
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java 274 * intents as the value of passkey.
473 * The user will be prompted to enter a passkey
479 * The user will be prompted to confirm the passkey displayed on the screen or
480 * an app will confirm the passkey for the user.
491 * The user will be prompted to enter the passkey displayed on remote device
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c     [all...]
bta_dm_act.c     [all...]
bta_dm_int.h 456 UINT32 passkey; member in struct:__anon190
  /external/chromium_org/device/bluetooth/
bluetooth_chromeos_unittest.cc 160 uint32 passkey) OVERRIDE {
163 last_passkey_ = passkey;
175 uint32 passkey) OVERRIDE {
178 last_passkey_ = passkey;
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 497 #define BTA_DM_SP_KEY_NOTIF_EVT 11 /* Simple Pairing Passkey Notification */
503 #define BTA_DM_BLE_PASSKEY_NOTIF_EVT 17 /* SMP passkey notification event */
504 #define BTA_DM_BLE_PASSKEY_REQ_EVT 18 /* SMP passkey request event */
768 UINT32 passkey; \/* the numeric value for comparison. If just_works, do not show this number to UI *\/ member in struct:__anon359
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 687 jint type, jboolean accept, jint passkey) {
701 (bt_ssp_variant_t) type, accept, passkey);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 393 ** passkey request to the application.
395 ** Parameters: bd_addr - Address of the device for which passkey was requested
397 ** key_len - length in bytes of the Passkey
398 ** p_passkey - pointer to array with the passkey
402 void BTM_BlePasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey)
410 BTM_TRACE_ERROR0("Passkey reply to Unknown device");
416 SMP_PasskeyReply(bd_addr, res_smp, passkey);
    [all...]
btm_sec.c     [all...]

Completed in 339 milliseconds

12