HomeSort by relevance Sort by last modified time
    Searched refs:pin_length (Results 1 - 8 of 8) sorted by null

  /system/bt/btif/include/
btif_storage.h 125 uint8_t pin_length);
  /system/bt/stack/btm/
btm_dev.c 64 UINT8 pin_length)
142 p_dev_rec->pin_code_length = pin_length;
144 if (pin_length >= 16 ||
  /system/bt/btif/src/
btif_storage.c 459 int pin_length = 0; local
462 btif_config_get_int(name, "PinLength", &pin_length);
464 (UINT8)linkkey_type, 0, pin_length);
780 uint8_t pin_length)
785 ret &= btif_config_set_int(bdstr, "PinLength", (int)pin_length);
    [all...]
  /system/bt/bta/dm/
bta_dm_api.c 450 UINT8 key_type, tBTA_IO_CAP io_cap, UINT8 pin_length)
475 p_msg->pin_length = pin_length;
    [all...]
bta_dm_int.h 360 UINT8 pin_length; member in struct:__anon71688
    [all...]
bta_dm_act.c 834 p_dev->pin_length))
    [all...]
  /system/bt/bta/include/
bta_api.h     [all...]
  /system/bt/stack/include/
btm_api.h     [all...]

Completed in 48 milliseconds