Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c35 uint8_t pin_length, in btc_storage_add_bonded_device() argument
69 ret &= btc_config_set_int(bdstr, BTC_STORAGE_PIN_LENGTH_STR, (int)pin_length); in btc_storage_add_bonded_device()
97 int pin_length = 0; in _btc_storage_in_fetch_bonded_bt_device() local
101 btc_config_get_int(remote_bd_addr, BTC_STORAGE_PIN_LENGTH_STR, &pin_length); in _btc_storage_in_fetch_bonded_bt_device()
106 (UINT8)linkkey_type, 0, pin_length, (UINT8)sc_support); in _btc_storage_in_fetch_bonded_bt_device()
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_storage.h40 uint8_t pin_length,
/hal_espressif-latest/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-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c850 UINT8 key_type, tBTA_IO_CAP io_cap, UINT8 pin_length, in BTA_DmAddDevice() argument
880 p_msg->pin_length = pin_length; in BTA_DmAddDevice()
Dbta_dm_act.c1136 p_dev->pin_length, p_dev->sc_support)) { in bta_dm_add_device()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/
Dbta_dm_int.h578 UINT8 pin_length; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h2088 tBTA_IO_CAP io_cap, UINT8 pin_length,
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbtm_api.h3521 UINT8 key_type, tBTM_IO_CAP io_cap, UINT8 pin_length,