Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc64 static void bnep_congestion_ind(uint16_t lcid, bool is_congested);
88 bnep_cb.reg_info.pL2CA_CongestionStatus_Cb = bnep_congestion_ind; in bnep_register_with_l2cap()
279 static void bnep_congestion_ind(uint16_t l2cap_cid, bool is_congested) { in bnep_congestion_ind() function