HomeSort by relevance Sort by last modified time
    Searched refs:btif_config_set_bin (Results 1 - 4 of 4) sorted by null

  /system/bt/btif/include/
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/
btif_storage.c 808 ret &= btif_config_set_bin(bdstr, "LinkKey", link_key, sizeof(LINK_KEY));
    [all...]
btif_config.c 284 bool btif_config_set_bin(const char *section, const char *key, const uint8_t *value, size_t length) { function
  /system/bt/btif/co/
bta_hh_co.c 508 btif_config_set_bin(bdstr, "HidReport", (const uint8_t *)sReportCache,

Completed in 199 milliseconds