Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Ddevices.h90 int cis_failed_to_be_established_retry_cnt_; variable
128 cis_failed_to_be_established_retry_cnt_(0), in address_()
Dstate_machine.cc968 ((leAudioDevice->cis_failed_to_be_established_retry_cnt_++) < in ProcessHciNotifCisEstablished()
972 leAudioDevice->cis_failed_to_be_established_retry_cnt_, in ProcessHciNotifCisEstablished()
988 leAudioDevice->cis_failed_to_be_established_retry_cnt_); in ProcessHciNotifCisEstablished()
989 leAudioDevice->cis_failed_to_be_established_retry_cnt_ = 0; in ProcessHciNotifCisEstablished()
1003 if (leAudioDevice->cis_failed_to_be_established_retry_cnt_ > 0) { in ProcessHciNotifCisEstablished()
1005 leAudioDevice->cis_failed_to_be_established_retry_cnt_ = 0; in ProcessHciNotifCisEstablished()