Home
last modified time | relevance | path

Searched refs:is_congested (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_queue.cc54 bool is_congested = ptr->second; in gatts_execute_next_op() local
56 conn_id, is_congested); in gatts_execute_next_op()
57 if (is_congested) { in gatts_execute_next_op()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc63 bool is_congested; member
98 static void gap_congestion_ind(uint16_t lcid, bool is_congested);
432 if (p_ccb->is_congested) return true; in gap_try_write_queued_data()
445 p_ccb->is_congested = true; in gap_try_write_queued_data()
877 static void gap_congestion_ind(uint16_t lcid, bool is_congested) { in gap_congestion_ind() argument
881 p_ccb->is_congested = is_congested; in gap_congestion_ind()
885 (is_congested) ? GAP_EVT_CONN_CONGESTED : GAP_EVT_CONN_UNCONGESTED, in gap_congestion_ind()
/packages/modules/Bluetooth/system/stack/avct/
Davct_l2c_br.cc51 void avct_l2c_br_congestion_ind_cback(uint16_t lcid, bool is_congested);
336 void avct_l2c_br_congestion_ind_cback(uint16_t lcid, bool is_congested) { in avct_l2c_br_congestion_ind_cback() argument
344 avct_lcb_evt.cong = is_congested; in avct_l2c_br_congestion_ind_cback()
Davct_l2c.cc49 void avct_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested);
369 void avct_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested) { in avct_l2c_congestion_ind_cback() argument
377 avct_lcb_evt.cong = is_congested; in avct_l2c_congestion_ind_cback()
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_l2c.cc50 void avdt_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested);
395 void avdt_l2c_congestion_ind_cback(uint16_t lcid, bool is_congested) { in avdt_l2c_congestion_ind_cback() argument
401 avdt_ad_tc_cong_ind(p_tbl, is_congested); in avdt_l2c_congestion_ind_cback()
Davdt_ad.cc408 void avdt_ad_tc_cong_ind(AvdtpTransportChannel* p_tbl, bool is_congested) { in avdt_ad_tc_cong_ind() argument
416 avdt_ccb_evt.llcong = is_congested; in avdt_ad_tc_cong_ind()
429 avdt_scb_evt.llcong = is_congested; in avdt_ad_tc_cong_ind()
Davdt_int.h928 void avdt_ad_tc_cong_ind(AvdtpTransportChannel* p_tbl, bool is_congested);
/packages/modules/Bluetooth/system/stack/rfcomm/
Drfc_l2cap_if.cc54 static void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested);
360 void RFCOMM_CongestionStatusInd(uint16_t lcid, bool is_congested) { in RFCOMM_CongestionStatusInd() argument
369 rfc_process_l2cap_congestion(p_mcb, is_congested); in RFCOMM_CongestionStatusInd()
Drfc_port_fsm.cc937 void rfc_process_l2cap_congestion(tRFC_MCB* p_mcb, bool is_congested) { in rfc_process_l2cap_congestion() argument
938 p_mcb->l2cap_congested = is_congested; in rfc_process_l2cap_congestion()
940 if (!is_congested) { in rfc_process_l2cap_congestion()
945 PORT_FlowInd(p_mcb, 0, !is_congested); in rfc_process_l2cap_congestion()
Drfc_int.h220 void rfc_process_l2cap_congestion(tRFC_MCB* p_mcb, bool is_congested);
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_server_queue.h41 static bool is_congested;
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc64 static void bnep_congestion_ind(uint16_t lcid, bool is_congested);
279 static void bnep_congestion_ind(uint16_t l2cap_cid, bool is_congested) { in bnep_congestion_ind() argument
289 if (is_congested) { in bnep_congestion_ind()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Dbluetooth_gatt.rs44 is_congested: bool, field
130 is_congested: false, in add()
199 is_congested: bool, field
273 is_congested: false, in add()
3089 if client.is_congested { in write_characteristic_cb()
3162 client.is_congested = congested; in congestion_cb()
3163 if !client.is_congested { in congestion_cb()
3575 if server.is_congested { in indication_sent_cb()
3595 server.is_congested = congested; in congestion_cb()
3596 if !server.is_congested { in congestion_cb()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dsdp_fuzzer.cc61 [](uint16_t lcid, bool is_congested) {}, // tL2CA_CONGESTION_STATUS_CB in __anon580d385b0902()