Home
last modified time | relevance | path

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

/aosp12/system/bt/btif/src/
H A Dbtif_storage.cc1456 constexpr char HEARING_AID_CODECS[] = "HearingAidCodecs"; variable
1484 btif_config_set_int(bdstr, HEARING_AID_CODECS, dev_info.codecs); in btif_storage_add_hearing_aid()
1542 if (btif_config_get_int(name, HEARING_AID_CODECS, &value)) codecs = value; in btif_storage_load_bonded_hearing_aids()
1604 btif_config_remove(addrstr, HEARING_AID_CODECS); in btif_storage_remove_hearing_aid()
1639 if (btif_config_get_int(addrstr, HEARING_AID_CODECS, &value)) { in btif_storage_get_hearing_aid_prop()