/packages/modules/Bluetooth/system/bta/gatt/ |
D | bta_gatts_queue.cc | 54 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/ |
D | gap_conn.cc | 63 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/ |
D | avct_l2c_br.cc | 51 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()
|
D | avct_l2c.cc | 49 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/ |
D | avdt_l2c.cc | 50 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()
|
D | avdt_ad.cc | 408 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()
|
D | avdt_int.h | 928 void avdt_ad_tc_cong_ind(AvdtpTransportChannel* p_tbl, bool is_congested);
|
/packages/modules/Bluetooth/system/stack/rfcomm/ |
D | rfc_l2cap_if.cc | 54 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()
|
D | rfc_port_fsm.cc | 937 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()
|
D | rfc_int.h | 220 void rfc_process_l2cap_congestion(tRFC_MCB* p_mcb, bool is_congested);
|
/packages/modules/Bluetooth/system/bta/include/ |
D | bta_gatt_server_queue.h | 41 static bool is_congested;
|
/packages/modules/Bluetooth/system/stack/bnep/ |
D | bnep_main.cc | 64 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/ |
D | bluetooth_gatt.rs | 44 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/ |
D | sdp_fuzzer.cc | 61 [](uint16_t lcid, bool is_congested) {}, // tL2CA_CONGESTION_STATUS_CB in __anon580d385b0902()
|