Home
last modified time | relevance | path

Searched refs:btc_config_set_int (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/core/
Dbtc_storage.c43 int ret = btc_config_set_int(bdstr, BTC_STORAGE_LINK_KEY_TYPE_STR, (int)key_type); in btc_storage_add_bonded_device()
44 ret &= btc_config_set_int(bdstr, BTC_STORAGE_PIN_LENGTH_STR, (int)pin_length); in btc_storage_add_bonded_device()
267 int ret = btc_config_set_int(bdstr, "HidAttrMask", attr_mask); in btc_storage_add_hid_device_info()
268 ret &= btc_config_set_int(bdstr, "HidSubClass", sub_class); in btc_storage_add_hid_device_info()
269 ret &= btc_config_set_int(bdstr, "HidAppId", app_id); in btc_storage_add_hid_device_info()
270 ret &= btc_config_set_int(bdstr, "HidVendorId", vendor_id); in btc_storage_add_hid_device_info()
271 ret &= btc_config_set_int(bdstr, "HidProductId", product_id); in btc_storage_add_hid_device_info()
272 ret &= btc_config_set_int(bdstr, "HidVersion", version); in btc_storage_add_hid_device_info()
273 ret &= btc_config_set_int(bdstr, "HidCountryCode", ctry_code); in btc_storage_add_hid_device_info()
274 ret &= btc_config_set_int(bdstr, "HidSSRMaxLatency", ssr_max_latency); in btc_storage_add_hid_device_info()
[all …]
Dbtc_ble_storage.c454 ret = btc_config_set_int(bdstr, BTC_BLE_STORAGE_DEV_TYPE_STR, BT_DEVICE_TYPE_BLE|dev_type); in _btc_storage_set_ble_dev_type()
524 ret = btc_config_set_int(bdstr, BTC_BLE_STORAGE_DEV_TYPE_STR, BT_DEVICE_TYPE_BREDR); in _btc_storage_remove_ble_dev_type()
558 ret = btc_config_set_int(bdstr, BTC_BLE_STORAGE_LE_AUTH_MODE_STR, (int)auth_mode); in _btc_storage_set_ble_dev_auth_mode()
643 ret = btc_config_set_int(bdstr, BTC_BLE_STORAGE_ADDR_TYPE_STR, (int)addr_type); in _btc_storage_set_remote_addr_type()
Dbtc_config.c137 bool btc_config_set_int(const char *section, const char *key, int value) in btc_config_set_int() function
/hal_espressif-3.7.0/components/bt/host/bluedroid/btc/include/btc/
Dbtc_config.h24 bool btc_config_set_int(const char *section, const char *key, int value);