Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_main.cc67 static void gatt_l2cif_congest_cback(uint16_t cid, bool congested);
482 static void gatt_channel_congestion(tGATT_TCB* p_tcb, bool congested) { in gatt_channel_congestion() argument
488 if (p_tcb != NULL && !congested) { in gatt_channel_congestion()
496 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested); in gatt_channel_congestion()
544 static void gatt_le_cong_cback(const RawAddress& remote_bda, bool congested) { in gatt_le_cong_cback() argument
549 gatt_channel_congestion(p_tcb, congested); in gatt_le_cong_cback()
743 static void gatt_l2cif_congest_cback(uint16_t lcid, bool congested) { in gatt_l2cif_congest_cback() argument
747 gatt_channel_congestion(p_tcb, congested); in gatt_l2cif_congest_cback()
/system/bt/stack/hid/
Dhidd_conn.cc44 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested);
387 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested) { in hidd_l2cif_cong_ind() argument
389 HIDD_TRACE_EVENT("%s: cid=%04x congested=%d", __func__, cid, congested); in hidd_l2cif_cong_ind()
399 if (congested) { in hidd_l2cif_cong_ind()
Dhidh_conn.cc67 static void hidh_l2cif_cong_ind(uint16_t l2cap_cid, bool congested);
598 static void hidh_l2cif_cong_ind(uint16_t l2cap_cid, bool congested) { in hidh_l2cif_cong_ind() argument
613 l2cap_cid, congested); in hidh_l2cif_cong_ind()
615 if (congested) in hidh_l2cif_cong_ind()
/system/bt/bta/gatt/
Dbta_gatts_act.cc50 static void bta_gatts_cong_cback(uint16_t conn_id, bool congested);
667 static void bta_gatts_cong_cback(uint16_t conn_id, bool congested) { in bta_gatts_cong_cback() argument
679 cb_data.congest.congested = congested; in bta_gatts_cong_cback()
Dbta_gattc_act.cc65 static void bta_gattc_cong_cback(uint16_t conn_id, bool congested);
1403 static void bta_gattc_cong_cback(uint16_t conn_id, bool congested) { in bta_gattc_cong_cback() argument
1409 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/test/gatt/
Dstack_gatt_test.cc57 void tGATT_CONGESTION_CBACK(uint16_t conn_id, bool congested) {} in tGATT_CONGESTION_CBACK() argument
/system/bt/bta/include/
Dbta_gatt_api.h197 bool congested; /* congestion indicator */ member
344 bool congested; /* report channel congestion indicator */ member
/system/bt/btif/src/
Dbtif_gatt_server.cc224 p_data->congest.conn_id, p_data->congest.congested); in btapp_gatts_handle_cback()
Dbtif_gatt_client.cc208 p_data->congest.conn_id, p_data->congest.congested); in btif_gattc_upstreams_evt()
/system/bt/stack/include/
Dgatt_api.h667 typedef void(tGATT_CONGESTION_CBACK)(uint16_t conn_id, bool congested);