Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_hearing_aid_api.h121 bool switch_to_background_connection_after_failure; member
182 switch_to_background_connection_after_failure(false), in HearingDevice()
209 switch_to_background_connection_after_failure(false), in HearingDevice()
/packages/modules/Bluetooth/system/bta/hearing_aid/
Dhearing_aid.cc514 if (hearingDevice->switch_to_background_connection_after_failure) { in OnGattConnected()
516 hearingDevice->switch_to_background_connection_after_failure = false; in OnGattConnected()
542 device.switch_to_background_connection_after_failure = true; in OnGattConnected()
1895 hearingDevice->switch_to_background_connection_after_failure = in OnGattDisconnected()