Home
last modified time | relevance | path

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

/system/bt/btif/include/
Dbtif_config.h37 bool btif_config_set_bin(const char *section, const char *key, const uint8_t *value, size_t length);
/system/bt/btif/src/
Dbtif_storage.c786 ret &= btif_config_set_bin(bdstr, "LinkKey", link_key, sizeof(LINK_KEY)); in btif_storage_add_bonded_device()
1007 int ret = btif_config_set_bin(bdstr, name, (const uint8_t *)key, key_length); in btif_storage_add_ble_bonding_key()
1120 int ret = btif_config_set_bin("Adapter", name, (const uint8_t *)key, key_length); in btif_storage_add_ble_local_key()
1302 btif_config_set_bin(bdstr, "HidDescriptor", dsc_list, dl_len); in btif_storage_add_hid_device_info()
1439 if (!btif_config_set_bin(BTIF_STORAGE_HL_APP,BTIF_STORAGE_HL_APP_CB, in btif_storage_read_hl_apps_cb()
Dbtif_config.c384 bool btif_config_set_bin(const char *section, const char *key, const uint8_t *value, size_t length)… in btif_config_set_bin() function
/system/bt/btif/co/
Dbta_hh_co.c538 btif_config_set_bin(bdstr, "HidReport", (const uint8_t *)sReportCache, in bta_hh_le_co_rpt_info()