Home
last modified time | relevance | path

Searched refs:BTC_BLE_STORAGE_LE_AUTH_MODE_STR (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/
Dbtc_ble_storage.h36 #define BTC_BLE_STORAGE_LE_AUTH_MODE_STR "AuthMode" macro
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_ble_storage.c702 ret = btc_config_set_int(bdstr, BTC_BLE_STORAGE_LE_AUTH_MODE_STR, (int)auth_mode); in _btc_storage_set_ble_dev_auth_mode()
729 int ret = btc_config_get_int(bdstr, BTC_BLE_STORAGE_LE_AUTH_MODE_STR, auth_mode); in _btc_storage_get_ble_dev_auth_mode()
752 ret = btc_config_get_int(bdstr, BTC_BLE_STORAGE_LE_AUTH_MODE_STR, (int *)&auth_mode); in _btc_storage_remove_ble_dev_auth_mode()
758 ret = btc_config_remove(bdstr, BTC_BLE_STORAGE_LE_AUTH_MODE_STR); in _btc_storage_remove_ble_dev_auth_mode()