Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_main.c61 static void gatt_l2cif_congest_cback (UINT16 cid, BOOLEAN congested);
520 static void gatt_channel_congestion(tGATT_TCB *p_tcb, BOOLEAN congested) in gatt_channel_congestion() argument
527 if (p_tcb != NULL && congested == FALSE) in gatt_channel_congestion()
539 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested); in gatt_channel_congestion()
555 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congested) in gatt_le_cong_cback() argument
562 gatt_channel_congestion(p_tcb, congested); in gatt_le_cong_cback()
929 static void gatt_l2cif_congest_cback (UINT16 lcid, BOOLEAN congested) in gatt_l2cif_congest_cback() argument
935 gatt_channel_congestion(p_tcb, congested); in gatt_l2cif_congest_cback()
/system/bt/bta/gatt/
Dbta_gatts_act.c50 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested);
946 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested) in bta_gatts_cong_cback() argument
960 cb_data.congest.congested = congested; in bta_gatts_cong_cback()
Dbta_gattc_act.c61 static void bta_gattc_cong_cback (UINT16 conn_id, BOOLEAN congested);
1929 static void bta_gattc_cong_cback (UINT16 conn_id, BOOLEAN congested) in bta_gattc_cong_cback() argument
1939 cb_data.congest.congested = congested; in bta_gattc_cong_cback()
/system/bt/stack/hid/
Dhidh_conn.c65 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested);
761 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested) in hidh_l2cif_cong_ind() argument
776 …H_TRACE_EVENT ("HID-Host Rcvd L2CAP congestion status, CID: 0x%x Cong: %d", l2cap_cid, congested); in hidh_l2cif_cong_ind()
778 if (congested) in hidh_l2cif_cong_ind()
/system/bt/bta/include/
Dbta_gatt_api.h325 BOOLEAN congested; /* congestion indicator */ member
530 BOOLEAN congested; /* report channel congestion indicator */ member
/system/bt/stack/include/
Dgatt_api.h578 typedef void (tGATT_CONGESTION_CBACK )(UINT16 conn_id, BOOLEAN congested);
/system/bt/btif/src/
Dbtif_gatt_server.c326 , p_data->congest.congested in btapp_gatts_handle_cback()
Dbtif_gatt_client.c694 , p_data->congest.congested in btif_gattc_upstreams_evt()