Searched defs:is_congested (Results  1 – 10 of 10) sorted by relevance
| /packages/modules/Bluetooth/system/bta/gatt/ | 
| D | bta_gatts_queue.cc | 48     bool is_congested = ptr->second;  in gatts_execute_next_op()  local
 | 
| /packages/modules/Bluetooth/system/stack/rfcomm/ | 
| D | rfc_l2cap_if.cc | 354 void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested) {  in RFCOMM_CongestionStatusInd()
 | 
| D | rfc_port_fsm.cc | 941 void rfc_process_l2cap_congestion(tRFC_MCB* p_mcb, bool is_congested) {  in rfc_process_l2cap_congestion()
 | 
| /packages/modules/Bluetooth/system/stack/avct/ | 
| D | avct_l2c_br.cc | 264 void avct_l2c_br_congestion_ind_cback(uint16_t lcid, bool is_congested) {  in avct_l2c_br_congestion_ind_cback()
 | 
| D | avct_l2c.cc | 342 void avct_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested) {  in avct_l2c_congestion_ind_cback()
 | 
| /packages/modules/Bluetooth/system/stack/avdt/ | 
| D | avdt_l2c.cc | 391 void avdt_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested) {  in avdt_l2c_congestion_ind_cback()
 | 
| D | avdt_ad.cc | 405 void avdt_ad_tc_cong_ind(AvdtpTransportChannel* p_tbl, bool is_congested) {  in avdt_ad_tc_cong_ind()
 | 
| /packages/modules/Bluetooth/system/stack/bnep/ | 
| D | bnep_main.cc | 269 static void bnep_congestion_ind(uint16_t l2cap_cid, bool is_congested) {  in bnep_congestion_ind()
 | 
| /packages/modules/Bluetooth/system/stack/gap/ | 
| D | gap_conn.cc | 62   bool is_congested;  member880 static void gap_congestion_ind(uint16_t lcid, bool is_congested) {  in gap_congestion_ind()
 
 | 
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ | 
| D | bluetooth_gatt.rs | 44     is_congested: bool,  field199     is_congested: bool,  field
 
 |