Home
last modified time | relevance | path

Searched refs:cong_sent (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/stack/test/
Dstack_l2cap_test.cc139 .cong_sent = false,
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc939 if (p_ccb->cong_sent) { in l2c_data_write()
952 if (p_ccb->cong_sent) return (L2CAP_DW_CONGESTED); in l2c_data_write()
Dl2c_api.cc1347 if (p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->cong_sent) { in L2CA_SendFixedChnlData()
1373 if (p_lcb->p_fixed_ccbs[fixed_cid - L2CAP_FIRST_FIXED_CHNL]->cong_sent) { in L2CA_SendFixedChnlData()
Dl2c_int.h321 bool cong_sent; /* Set when congested status sent */ member
Dl2c_utils.cc1444 p_ccb->cong_sent = false; in l2cu_allocate_ccb()
3497 p_ccb->cong_sent = status; in send_congestion_status_to_all_clients()
3533 if (p_ccb->cong_sent) { in l2cu_check_channel_congestion()