Home
last modified time | relevance | path

Searched defs:HearingDevice (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/bta/include/
Dbta_hearing_aid_api.h110 struct HearingDevice { struct
111 RawAddress address;
114 bool first_connection;
115 bool service_changed_rcvd;
119 bool connecting_actively;
121 bool switch_to_background_connection_after_failure;
129 connection_update_status_t connection_update_status;
130 uint16_t requested_connection_interval;
136 bool accepting_audio;
138 uint16_t conn_id;
[all …]
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_hearing_aid.cc36 void HearingAid::AddFromStorage(const HearingDevice& /* dev_info */, in AddFromStorage()