Lines Matching refs:addrstr
1601 std::string addrstr = address.ToString(); in btif_storage_remove_hearing_aid() local
1602 btif_config_remove(addrstr, HEARING_AID_READ_PSM_HANDLE); in btif_storage_remove_hearing_aid()
1603 btif_config_remove(addrstr, HEARING_AID_CAPABILITIES); in btif_storage_remove_hearing_aid()
1604 btif_config_remove(addrstr, HEARING_AID_CODECS); in btif_storage_remove_hearing_aid()
1605 btif_config_remove(addrstr, HEARING_AID_AUDIO_CONTROL_POINT); in btif_storage_remove_hearing_aid()
1606 btif_config_remove(addrstr, HEARING_AID_VOLUME_HANDLE); in btif_storage_remove_hearing_aid()
1607 btif_config_remove(addrstr, HEARING_AID_AUDIO_STATUS_HANDLE); in btif_storage_remove_hearing_aid()
1608 btif_config_remove(addrstr, HEARING_AID_AUDIO_STATUS_CCC_HANDLE); in btif_storage_remove_hearing_aid()
1609 btif_config_remove(addrstr, HEARING_AID_SERVICE_CHANGED_CCC_HANDLE); in btif_storage_remove_hearing_aid()
1610 btif_config_remove(addrstr, HEARING_AID_SYNC_ID); in btif_storage_remove_hearing_aid()
1611 btif_config_remove(addrstr, HEARING_AID_RENDER_DELAY); in btif_storage_remove_hearing_aid()
1612 btif_config_remove(addrstr, HEARING_AID_PREPARATION_DELAY); in btif_storage_remove_hearing_aid()
1613 btif_config_remove(addrstr, HEARING_AID_IS_ACCEPTLISTED); in btif_storage_remove_hearing_aid()
1620 std::string addrstr = address.ToString(); in btif_storage_set_hearing_aid_acceptlist() local
1622 btif_config_set_int(addrstr, HEARING_AID_IS_ACCEPTLISTED, add_to_acceptlist); in btif_storage_set_hearing_aid_acceptlist()
1630 std::string addrstr = address.ToString(); in btif_storage_get_hearing_aid_prop() local
1633 if (btif_config_get_int(addrstr, HEARING_AID_CAPABILITIES, &value)) { in btif_storage_get_hearing_aid_prop()
1639 if (btif_config_get_int(addrstr, HEARING_AID_CODECS, &value)) { in btif_storage_get_hearing_aid_prop()
1645 if (btif_config_get_int(addrstr, HEARING_AID_RENDER_DELAY, &value)) { in btif_storage_get_hearing_aid_prop()
1651 if (btif_config_get_int(addrstr, HEARING_AID_PREPARATION_DELAY, &value)) { in btif_storage_get_hearing_aid_prop()
1658 if (btif_config_get_uint64(addrstr, HEARING_AID_SYNC_ID, &lvalue)) { in btif_storage_get_hearing_aid_prop()