Searched refs:pin_length (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/btm/ |
D | btm_dev.c | 62 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/ |
D | btif_storage.h | 125 uint8_t pin_length);
|
/system/bt/btif/src/ |
D | btif_storage.c | 459 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/ |
D | bta_dm_api.c | 450 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()
|
D | bta_dm_int.h | 360 UINT8 pin_length; member
|
D | bta_dm_act.c | 834 p_dev->pin_length)) in bta_dm_add_device()
|
/system/bt/bta/include/ |
D | bta_api.h | 1571 tBTA_IO_CAP io_cap, UINT8 pin_length);
|
/system/bt/stack/include/ |
D | btm_api.h | 3313 UINT8 key_type, tBTM_IO_CAP io_cap, UINT8 pin_length);
|