Searched refs:congested (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_main.c | 61 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/ |
D | bta_gatts_act.c | 50 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()
|
D | bta_gattc_act.c | 61 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/ |
D | hidh_conn.c | 65 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/ |
D | bta_gatt_api.h | 325 BOOLEAN congested; /* congestion indicator */ member 530 BOOLEAN congested; /* report channel congestion indicator */ member
|
/system/bt/stack/include/ |
D | gatt_api.h | 578 typedef void (tGATT_CONGESTION_CBACK )(UINT16 conn_id, BOOLEAN congested);
|
/system/bt/btif/src/ |
D | btif_gatt_server.c | 326 , p_data->congest.congested in btapp_gatts_handle_cback()
|
D | btif_gatt_client.c | 694 , p_data->congest.congested in btif_gattc_upstreams_evt()
|