Searched refs:congested (Results 1 - 9 of 9) sorted by relevance

/system/bt/stack/gatt/
H A Dgatt_main.cc71 static void gatt_l2cif_congest_cback(uint16_t cid, bool congested);
473 static void gatt_channel_congestion(tGATT_TCB* p_tcb, bool congested) { argument
479 if (p_tcb != NULL && congested == false) {
487 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested);
531 * Description This function is called when GATT fixed channel is congested
537 static void gatt_le_cong_cback(const RawAddress& remote_bda, bool congested) { argument
542 gatt_channel_congestion(p_tcb, congested);
880 static void gatt_l2cif_congest_cback(uint16_t lcid, bool congested) { argument
884 gatt_channel_congestion(p_tcb, congested);
/system/bt/bta/gatt/
H A Dbta_gatts_act.cc52 static void bta_gatts_cong_cback(uint16_t conn_id, bool congested);
664 static void bta_gatts_cong_cback(uint16_t conn_id, bool congested) { argument
676 cb_data.congest.congested = congested;
H A Dbta_gattc_act.cc64 static void bta_gattc_cong_cback(uint16_t conn_id, bool congested);
1677 static void bta_gattc_cong_cback(uint16_t conn_id, bool congested) { argument
1685 cb_data.congest.congested = congested;
/system/bt/stack/hid/
H A Dhidd_conn.cc55 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested);
583 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested) { argument
586 HIDD_TRACE_EVENT("%s: cid=%04x congested=%d", __func__, cid, congested);
596 if (congested) {
H A Dhidh_conn.cc62 static void hidh_l2cif_cong_ind(uint16_t l2cap_cid, bool congested);
742 static void hidh_l2cif_cong_ind(uint16_t l2cap_cid, bool congested) { argument
757 l2cap_cid, congested);
759 if (congested)
/system/bt/bta/include/
H A Dbta_gatt_api.h294 bool congested; /* congestion indicator */ member in struct:__anon331
505 bool congested; /* report channel congestion indicator */ member in struct:__anon343
/system/bt/btif/src/
H A Dbtif_gatt_server.cc223 p_data->congest.conn_id, p_data->congest.congested);
H A Dbtif_gatt_client.cc177 p_data->congest.conn_id, p_data->congest.congested);
/system/bt/stack/include/
H A Dgatt_api.h574 typedef void(tGATT_CONGESTION_CBACK)(uint16_t conn_id, bool congested);

Completed in 113 milliseconds