Searched refs:btc_config_get_int (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 91 if (btc_config_get_int(remote_bd_addr, BTC_STORAGE_LINK_KEY_TYPE_STR, &linkkey_type)) { in _btc_storage_in_fetch_bonded_bt_device() 98 if (btc_config_get_int(remote_bd_addr, BTC_STORAGE_DEV_CLASS_STR, &cod)) { in _btc_storage_in_fetch_bonded_bt_device() 101 btc_config_get_int(remote_bd_addr, BTC_STORAGE_PIN_LENGTH_STR, &pin_length); in _btc_storage_in_fetch_bonded_bt_device() 401 btc_config_get_int(name, "HidAttrMask", &value); in btc_storage_load_bonded_hid_info() 407 btc_config_get_int(name, "HidSubClass", &value); in btc_storage_load_bonded_hid_info() 410 btc_config_get_int(name, "HidAppId", &value); in btc_storage_load_bonded_hid_info() 413 btc_config_get_int(name, "HidVendorId", &value); in btc_storage_load_bonded_hid_info() 416 btc_config_get_int(name, "HidProductId", &value); in btc_storage_load_bonded_hid_info() 419 btc_config_get_int(name, "HidVersion", &value); in btc_storage_load_bonded_hid_info() 422 btc_config_get_int(name, "HidCountryCode", &value); in btc_storage_load_bonded_hid_info() [all …]
|
D | btc_ble_storage.c | 268 !btc_config_get_int(section, BTC_BLE_STORAGE_DEV_TYPE_STR, (int *)&device_type) || in btc_storage_remove_unused_sections() 320 !btc_config_get_int(name, BTC_BLE_STORAGE_DEV_TYPE_STR, (int *)&device_type) || in btc_storage_delete_duplicate_ble_devices() 334 …if (!string_is_bdaddr(temp_name) || !btc_config_get_int(temp_name, BTC_BLE_STORAGE_DEV_TYPE_STR, (… in btc_storage_delete_duplicate_ble_devices() 597 btc_config_get_int(bdstr, BTC_BLE_STORAGE_DEV_TYPE_STR, (int *)&dev_type); in _btc_storage_set_ble_dev_type() 631 ret = btc_config_get_int(bdstr, BTC_BLE_STORAGE_DEV_TYPE_STR, (int *)&dev_type); in _btc_storage_get_ble_dev_type() 661 ret = btc_config_get_int(bdstr, BTC_BLE_STORAGE_DEV_TYPE_STR, (int *)&dev_type); in _btc_storage_remove_ble_dev_type() 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() 818 ret = btc_config_get_int(bdstr, BTC_BLE_STORAGE_ADDR_TYPE_STR, (int *)&dev_type); in _btc_storage_remove_remote_addr_type() 852 int ret = btc_config_get_int(bdstr, BTC_BLE_STORAGE_ADDR_TYPE_STR, addr_type); in _btc_storage_get_remote_addr_type() [all …]
|
D | btc_config.c | 122 bool btc_config_get_int(const char *section, const char *key, int *value) in btc_config_get_int() function
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_config.h | 23 bool btc_config_get_int(const char *section, const char *key, int *value);
|