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

  /system/bt/btif/include/
btif_config.h 36 bool btif_config_get_bin(const char *section, const char *key, uint8_t *value, size_t *length);
  /system/bt/btif/src/
btif_storage.c 445 if(btif_config_get_bin(bdstr, "LinkKey", (uint8_t *)link_key, &size))
499 if(btif_config_get_bin(name, "LinkKey", link_key, &size))
    [all...]
btif_config.c 240 bool btif_config_get_bin(const char *section, const char *key, uint8_t *value, size_t *length) { function
  /system/bt/btif/co/
bta_hh_co.c 501 btif_config_get_bin(bdstr, "HidReport", (uint8_t *)sReportCache, &len);
548 btif_config_get_bin(bdstr, "HidReport", (uint8_t *)sReportCache, &len);

Completed in 191 milliseconds