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

1 2

  /external/bluetooth/bluedroid/btif/include/
btif_api.h 249 ** Description BT SSP passkey reply
255 uint8_t accept, uint32_t passkey);
261 ** Description BT SSP Reply - Just Works, Numeric Comparison & Passkey Entry
268 uint32_t passkey);
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
JniCallbacks.java 48 int passkey) {
50 passkey);
RemoteDevices.java 338 // passkey and displaying it to the user. If the keyboard doesn't follow
362 int passkey) {
370 cod + " pairingVariant " + pairingVariant + " passkey: " + passkey);
396 intent.putExtra(BluetoothDevice.EXTRA_PAIRING_KEY, passkey);
AdapterService.java 822 public boolean setPasskey(BluetoothDevice device, boolean accept, int len, byte[] passkey) {
830 return service.setPasskey(device, accept, len, passkey);
    [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_api.c 215 ** passkey request to the application.
217 ** Parameters: bd_addr - Address of the device for which passkey was requested
219 ** passkey - numeric value in the range of
223 void SMP_PasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey)
230 passkey, res);
252 if (passkey > BTM_MAX_PASSKEY_VAL || res != SMP_SUCCESS)
254 SMP_TRACE_WARNING1 ("SMP_PasskeyReply() - Wrong key len: %d or passkey entry fail", passkey);
261 smp_convert_string_to_tk(p_cb->tk, passkey);
smp_keys.c 93 ** Description This function is called to generate passkey.
157 ** Description This function is called to generate passkey.
175 ** Description This function is called to process a passkey.
184 UINT32 passkey; /* 19655 test number; */ local
188 STREAM_TO_UINT32(passkey, pp);
189 passkey &= ~SMP_PASSKEY_MASK;
192 while (passkey > BTM_MAX_PASSKEY_VAL)
193 passkey >>= 1;
194 SMP_TRACE_ERROR1("Passkey generated = %d", passkey);
    [all...]
smp_utils.c 451 void smp_convert_string_to_tk(BT_OCTET16 tk, UINT32 passkey)
456 UINT32_TO_STREAM(p, passkey);
smp_int.h 298 extern void smp_convert_string_to_tk(BT_OCTET16 tk, UINT32 passkey);
  /external/bluetooth/bluedroid/stack/include/
smp_api.h 35 #define SMP_PASSKEY_NOTIF_EVT 3 /* passkey notification event */
36 #define SMP_PASSKEY_REQ_EVT 4 /* passkey request event */
144 UINT32 passkey; member in union:__anon3416
253 ** Passkey request to the application.
257 ** passkey - numeric value in the range of
261 SMP_API extern void SMP_PasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey);
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...]
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 72 passkey);
BluetoothDevice.java 452 * The user will be prompted to enter a passkey
458 * The user will be prompted to confirm the passkey displayed on the screen
470 * The user will be prompted to enter the passkey displayed on remote device
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java 49 * BluetoothPairingDialog asks the user to enter a PIN / Passkey / simple confirmation
119 int passkey = local
121 if (passkey == BluetoothDevice.ERROR) {
122 Log.e(TAG, "Invalid Confirmation Passkey received, not showing any dialog");
125 mPairingKey = String.format(Locale.US, "%06d", passkey);
139 Log.e(TAG, "Invalid Confirmation Passkey or PIN received, not showing any dialog");
200 // Maximum of 6 digits for passkey
319 int passkey = Integer.parseInt(value); local
320 mDevice.setPasskey(passkey);
  /external/bluetooth/bluedroid/btif/src/
bluetooth.c 293 uint8_t accept, uint32_t passkey)
299 return btif_dm_ssp_reply(bd_addr, variant, accept, passkey);
btif_dm.c 794 p_ssp_key_notif->passkey);
1897 UINT32 passkey = 0; local
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 153 public PairReceiver(BluetoothDevice device, int passkey, byte[] pin, int expectedFlags) {
157 mPasskey = passkey;
741 * @param passkey The pairing passkey if pairing requires a passkey. Any value if not.
744 public void pair(BluetoothAdapter adapter, BluetoothDevice device, int passkey, byte[] pin) {
745 pairOrAcceptPair(adapter, device, passkey, pin, true);
754 * @param passkey The pairing passkey if pairing requires a passkey. Any value if not
    [all...]
  /hardware/libhardware/include/hardware/
bluetooth.h 288 /* TODO: Passkey request callback shall not be needed for devices with display
433 /** BT SSP Reply - Just Works, Numeric Comparison and Passkey
434 * passkey shall be zero for BT_SSP_VARIANT_PASSKEY_COMPARISON &
436 * For BT_SSP_VARIANT_PASSKEY_ENTRY, if accept==FALSE, then passkey
439 uint8_t accept, uint32_t passkey);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_api.c     [all...]
bta_dm_act.c     [all...]
bta_dm_int.h 452 UINT32 passkey; member in struct:__anon2468
  /external/bluetooth/bluedroid/bta/include/
bta_api.h 493 #define BTA_DM_SP_KEY_NOTIF_EVT 11 /* Simple Pairing Passkey Notification */
499 #define BTA_DM_BLE_PASSKEY_NOTIF_EVT 17 /* SMP passkey notification event */
500 #define BTA_DM_BLE_PASSKEY_REQ_EVT 18 /* SMP passkey request event */
764 UINT32 passkey; \/* the numeric value for comparison. If just_works, do not show this number to UI *\/ member in struct:__anon2629
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 686 jint type, jboolean accept, jint passkey) {
700 (bt_ssp_variant_t) type, accept, passkey);
    [all...]
  /system/bluetooth/bluez-clean-headers/bluetooth/
hci.h 532 uint32_t passkey; member in struct:__anon43568
2120 uint32_t passkey; member in struct:__anon43756
2161 uint32_t passkey; member in struct:__anon43762
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 361 ** passkey request to the application.
363 ** Parameters: bd_addr - Address of the device for which passkey was requested
365 ** key_len - length in bytes of the Passkey
366 ** p_passkey - pointer to array with the passkey
370 void BTM_BlePasskeyReply (BD_ADDR bd_addr, UINT8 res, UINT32 passkey)
378 BTM_TRACE_ERROR0("Passkey reply to Unknown device");
384 SMP_PasskeyReply(bd_addr, res_smp, passkey);
    [all...]
btm_sec.c     [all...]

Completed in 628 milliseconds

1 2