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 122 uint8_t pin_length);
  /system/bt/stack/btm/
btm_dev.c 64 UINT8 pin_length)
150 p_dev_rec->pin_code_length = pin_length;
152 if (pin_length >= 16 ||
  /system/bt/btif/src/
btif_storage.c 512 int pin_length = 0; local
515 btif_config_get_int(name, "PinLength", &pin_length);
517 (UINT8)linkkey_type, 0, pin_length);
802 uint8_t pin_length)
807 ret &= btif_config_set_int(bdstr, "PinLength", (int)pin_length);
    [all...]
  /system/bt/bta/dm/
bta_dm_api.c 511 UINT8 key_type, tBTA_IO_CAP io_cap, UINT8 pin_length)
542 p_msg->pin_length = pin_length;
    [all...]
bta_dm_int.h 362 UINT8 pin_length; member in struct:__anon68609
    [all...]
bta_dm_act.c 769 p_dev->pin_length))
    [all...]
  /system/bt/bta/include/
bta_api.h     [all...]
  /system/bt/stack/include/
btm_api.h     [all...]

Completed in 284 milliseconds