Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_main.cc72 static void gatt_l2cif_congest_cback(uint16_t cid, bool congested);
460 static void gatt_channel_congestion(tGATT_TCB* p_tcb, bool congested) { in gatt_channel_congestion() argument
466 if (p_tcb != NULL && !congested) { in gatt_channel_congestion()
474 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested); in gatt_channel_congestion()
524 static void gatt_le_cong_cback(const RawAddress& remote_bda, bool congested) { in gatt_le_cong_cback() argument
529 gatt_channel_congestion(p_tcb, congested); in gatt_le_cong_cback()
795 static void gatt_l2cif_congest_cback(uint16_t lcid, bool congested) { in gatt_l2cif_congest_cback() argument
799 gatt_channel_congestion(p_tcb, congested); in gatt_l2cif_congest_cback()
/system/bt/bta/gatt/
Dbta_gatts_act.cc54 static void bta_gatts_cong_cback(uint16_t conn_id, bool congested);
670 static void bta_gatts_cong_cback(uint16_t conn_id, bool congested) { in bta_gatts_cong_cback() argument
682 cb_data.congest.congested = congested; in bta_gatts_cong_cback()
Dbta_gattc_act.cc67 static void bta_gattc_cong_cback(uint16_t conn_id, bool congested);
1332 static void bta_gattc_cong_cback(uint16_t conn_id, bool congested) { in bta_gattc_cong_cback() argument
1338 cb_data.congest.congested = congested; in bta_gattc_cong_cback()
/system/bt/include/hardware/
Dbt_gatt_server.h105 typedef void (*congestion_callback)(int conn_id, bool congested);
Dbt_gatt_client.h159 typedef void (*congestion_callback)(int conn_id, bool congested);
/system/bt/stack/hid/
Dhidd_conn.cc55 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested);
580 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested) { in hidd_l2cif_cong_ind() argument
583 HIDD_TRACE_EVENT("%s: cid=%04x congested=%d", __func__, cid, congested); in hidd_l2cif_cong_ind()
593 if (congested) { in hidd_l2cif_cong_ind()
Dhidh_conn.cc63 static void hidh_l2cif_cong_ind(uint16_t l2cap_cid, bool congested);
745 static void hidh_l2cif_cong_ind(uint16_t l2cap_cid, bool congested) { in hidh_l2cif_cong_ind() argument
760 l2cap_cid, congested); in hidh_l2cif_cong_ind()
762 if (congested) in hidh_l2cif_cong_ind()
/system/bt/bta/include/
Dbta_gatt_api.h172 bool congested; /* congestion indicator */ member
314 bool congested; /* report channel congestion indicator */ member
/system/bt/btif/src/
Dbtif_gatt_server.cc223 p_data->congest.conn_id, p_data->congest.congested); in btapp_gatts_handle_cback()
Dbtif_gatt_client.cc181 p_data->congest.conn_id, p_data->congest.congested); in btif_gattc_upstreams_evt()
/system/bt/stack/include/
Dgatt_api.h568 typedef void(tGATT_CONGESTION_CBACK)(uint16_t conn_id, bool congested);