Searched refs:btif_config_set_bin (Results 1 – 4 of 4) sorted by relevance
/system/bt/btif/include/ |
D | btif_config.h | 37 bool btif_config_set_bin(const char *section, const char *key, const uint8_t *value, size_t length);
|
/system/bt/btif/src/ |
D | btif_storage.c | 786 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()
|
D | btif_config.c | 384 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/ |
D | bta_hh_co.c | 538 btif_config_set_bin(bdstr, "HidReport", (const uint8_t *)sReportCache, in bta_hh_le_co_rpt_info()
|