Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_dev.c62 UINT8 pin_length) in BTM_SecAddDevice() argument
135 p_dev_rec->pin_code_length = pin_length; in BTM_SecAddDevice()
137 if (pin_length >= 16 || in BTM_SecAddDevice()
/system/bt/btif/include/
Dbtif_storage.h125 uint8_t pin_length);
/system/bt/btif/src/
Dbtif_storage.c459 int pin_length = 0; in btif_in_fetch_bonded_devices() local
462 btif_config_get_int(name, "PinLength", &pin_length); in btif_in_fetch_bonded_devices()
464 (UINT8)linkkey_type, 0, pin_length); in btif_in_fetch_bonded_devices()
780 uint8_t pin_length) in btif_storage_add_bonded_device() argument
785 ret &= btif_config_set_int(bdstr, "PinLength", (int)pin_length); in btif_storage_add_bonded_device()
/system/bt/bta/dm/
Dbta_dm_api.c450 UINT8 key_type, tBTA_IO_CAP io_cap, UINT8 pin_length) in BTA_DmAddDevice() argument
475 p_msg->pin_length = pin_length; in BTA_DmAddDevice()
Dbta_dm_int.h360 UINT8 pin_length; member
Dbta_dm_act.c834 p_dev->pin_length)) in bta_dm_add_device()
/system/bt/bta/include/
Dbta_api.h1571 tBTA_IO_CAP io_cap, UINT8 pin_length);
/system/bt/stack/include/
Dbtm_api.h3313 UINT8 key_type, tBTM_IO_CAP io_cap, UINT8 pin_length);