Home
last modified time | relevance | path

Searched refs:pin_length (Results 1 – 8 of 8) sorted by relevance

/system/bt/stack/btm/
Dbtm_dev.cc65 uint8_t pin_length) { in BTM_SecAddDevice() argument
128 p_dev_rec->pin_code_length = pin_length; in BTM_SecAddDevice()
130 if (pin_length >= 16 || key_type == BTM_LKEY_TYPE_AUTH_COMB || in BTM_SecAddDevice()
/system/bt/btif/include/
Dbtif_storage.h155 uint8_t pin_length);
/system/bt/bta/dm/
Dbta_dm_api.cc302 uint8_t pin_length) { in BTA_DmAddDevice() argument
322 msg->pin_length = pin_length; in BTA_DmAddDevice()
Dbta_dm_int.h163 uint8_t pin_length; member
Dbta_dm_act.cc749 msg->pin_length)) { in bta_dm_add_device()
/system/bt/btif/src/
Dbtif_storage.cc472 int pin_length = 0; in btif_in_fetch_bonded_devices() local
475 btif_config_get_int(name, "PinLength", &pin_length); in btif_in_fetch_bonded_devices()
477 (uint8_t)linkkey_type, 0, pin_length); in btif_in_fetch_bonded_devices()
821 uint8_t pin_length) { in btif_storage_add_bonded_device() argument
824 ret &= btif_config_set_int(bdstr, "PinLength", (int)pin_length); in btif_storage_add_bonded_device()
/system/bt/stack/include/
Dbtm_api.h1412 uint8_t pin_length);
/system/bt/bta/include/
Dbta_api.h1293 uint8_t pin_length);