Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_has_api.h39 uint16_t is_acceptlisted);
Dbta_hearing_aid_api.h247 bool is_acceptlisted);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_profile_storage.cc575 bool is_acceptlisted = false; in btif_storage_load_bonded_hearing_aids() local
578 is_acceptlisted = value; in btif_storage_load_bonded_hearing_aids()
589 is_acceptlisted)); in btif_storage_load_bonded_hearing_aids()
953 uint16_t is_acceptlisted = 0; in btif_storage_load_bonded_leaudio_has_devices() local
956 is_acceptlisted = value; in btif_storage_load_bonded_leaudio_has_devices()
964 bd_addr, features, is_acceptlisted)); in btif_storage_load_bonded_leaudio_has_devices()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc472 void AddFromStorage(const HearingDevice& dev_info, bool is_acceptlisted) { in AddFromStorage() argument
474 dev_info.address, dev_info.hi_sync_id, is_acceptlisted); in AddFromStorage()
475 if (is_acceptlisted) { in AddFromStorage()
2231 bool is_acceptlisted) { in AddFromStorage() argument
2236 instance->AddFromStorage(dev_info, is_acceptlisted); in AddFromStorage()
/packages/modules/Bluetooth/system/bta/has/
Dhas_client.cc189 uint16_t is_acceptlisted) { in AddFromStorage() argument
191 is_acceptlisted); in AddFromStorage()
195 if (is_acceptlisted) { in AddFromStorage()
2126 uint16_t is_acceptlisted) { in AddFromStorage() argument
2131 instance->AddFromStorage(addr, features, is_acceptlisted); in AddFromStorage()