Searched refs:pin_length (Results 1 – 8 of 8) sorted by relevance
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 34 uint8_t pin_length, in btc_storage_add_bonded_device() argument 44 ret &= btc_config_set_int(bdstr, BTC_STORAGE_PIN_LENGTH_STR, (int)pin_length); in btc_storage_add_bonded_device() 88 int pin_length = 0; in btc_in_fetch_bonded_devices() local 92 btc_config_get_int(name, BTC_STORAGE_PIN_LENGTH_STR, &pin_length); in btc_in_fetch_bonded_devices() 97 (UINT8)linkkey_type, 0, pin_length, (UINT8)sc_support); in btc_in_fetch_bonded_devices()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_storage.h | 40 uint8_t pin_length,
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/ |
D | btm_dev.c | 63 UINT8 pin_length, UINT8 sc_support) in BTM_SecAddDevice() argument 141 p_dev_rec->pin_code_length = pin_length; in BTM_SecAddDevice() 143 if (pin_length >= 16 || in BTM_SecAddDevice()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 809 UINT8 key_type, tBTA_IO_CAP io_cap, UINT8 pin_length, in BTA_DmAddDevice() argument 839 p_msg->pin_length = pin_length; in BTA_DmAddDevice()
|
D | bta_dm_act.c | 1092 p_dev->pin_length, p_dev->sc_support)) { in bta_dm_add_device()
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 541 UINT8 pin_length; member
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 2022 tBTA_IO_CAP io_cap, UINT8 pin_length,
|
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/ |
D | btm_api.h | 3481 UINT8 key_type, tBTM_IO_CAP io_cap, UINT8 pin_length,
|