Searched refs:pin_length (Results 1 – 19 of 19) sorted by relevance
/system/bt/stack/btm/ |
D | btm_dev.h | 44 uint8_t key_type, uint8_t pin_length);
|
D | btm_dev.cc | 65 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice() argument 108 p_dev_rec->pin_code_length = pin_length; in BTM_SecAddDevice() 110 if (pin_length >= 16 || key_type == BTM_LKEY_TYPE_AUTH_COMB || in BTM_SecAddDevice()
|
D | security_device_record.h | 226 uint8_t pin_length);
|
/system/bt/bta/dm/ |
D | bta_dm_api.cc | 237 uint8_t pin_length) { in BTA_DmAddDevice() argument 253 msg->pin_length = pin_length; in BTA_DmAddDevice()
|
D | bta_dm_int.h | 143 uint8_t pin_length; member
|
D | bta_dm_act.cc | 669 p_lc, msg->key_type, msg->pin_length); in bta_dm_add_device() 673 msg->key_type, msg->pin_length); in bta_dm_add_device()
|
/system/bt/test/mock/ |
D | mock_stack_btm_dev.cc | 50 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice() argument
|
D | mock_bta_dm_api.cc | 67 uint8_t pin_length) { in BTA_DmAddDevice() argument
|
D | mock_btif_storage.cc | 75 uint8_t pin_length) { in btif_storage_add_bonded_device() argument
|
D | mock_main_shim_btm_api.cc | 88 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice() argument
|
/system/bt/btif/include/ |
D | btif_storage.h | 156 uint8_t pin_length);
|
/system/bt/stack/include/ |
D | btm_api.h | 634 uint8_t key_type, uint8_t pin_length);
|
D | btm_client_interface.h | 121 uint8_t pin_length);
|
/system/bt/btif/src/ |
D | btif_storage.cc | 461 int pin_length = 0; in btif_in_fetch_bonded_devices() local 464 btif_config_get_int(name, "PinLength", &pin_length); in btif_in_fetch_bonded_devices() 466 pin_length); in btif_in_fetch_bonded_devices() 808 uint8_t pin_length) { in btif_storage_add_bonded_device() argument 811 ret &= btif_config_set_int(bdstr, "PinLength", (int)pin_length); in btif_storage_add_bonded_device()
|
/system/bt/bta/include/ |
D | bta_api.h | 836 uint8_t pin_length);
|
/system/bt/main/shim/ |
D | btm_api.h | 1462 uint8_t key_type, uint8_t pin_length);
|
D | btm_api.cc | 1252 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice() argument
|
/system/bt/stack/test/common/ |
D | mock_main_shim_btm_api.cc | 92 uint8_t key_type, uint8_t pin_length) { in BTM_SecAddDevice() argument
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | dual_mode_controller.cc | 711 uint8_t pin_length = command_view.GetPinCodeLength(); in PinCodeRequestReply() local 714 if (pin_length >= 1 && pin_length <= 0x10) { in PinCodeRequestReply() 716 peer, std::vector<uint8_t>(pin.begin(), pin.begin() + pin_length)); in PinCodeRequestReply()
|