Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c34 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/
Dbtc_storage.h40 uint8_t pin_length,
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/btm/
Dbtm_dev.c63 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/
Dbta_dm_api.c809 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()
Dbta_dm_act.c1092 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/
Dbta_dm_int.h541 UINT8 pin_length; member
/hal_espressif-3.7.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h2022 tBTA_IO_CAP io_cap, UINT8 pin_length,
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h3481 UINT8 key_type, tBTM_IO_CAP io_cap, UINT8 pin_length,