Searched defs:congested (Results 1 - 5 of 5) sorted by relevance
/system/bt/bta/gatt/ |
H A D | bta_gatts_act.c | 50 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested); 969 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested) argument 983 cb_data.congest.congested = congested;
|
H A D | bta_gattc_act.c | 63 static void bta_gattc_cong_cback (UINT16 conn_id, BOOLEAN congested); 2200 static void bta_gattc_cong_cback (UINT16 conn_id, BOOLEAN congested) argument 2210 cb_data.congest.congested = congested;
|
/system/bt/stack/hid/ |
H A D | hidh_conn.c | 60 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested); 742 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested) argument 757 HIDH_TRACE_EVENT ("HID-Host Rcvd L2CAP congestion status, CID: 0x%x Cong: %d", l2cap_cid, congested); 759 if (congested)
|
/system/bt/stack/gatt/ |
H A D | gatt_main.c | 61 static void gatt_l2cif_congest_cback (UINT16 cid, BOOLEAN congested); 489 static void gatt_channel_congestion(tGATT_TCB *p_tcb, BOOLEAN congested) argument 496 if (p_tcb != NULL && congested == FALSE) 508 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested); 518 ** Description This function is called when GATT fixed channel is congested 524 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congested) argument 531 gatt_channel_congestion(p_tcb, congested); 898 static void gatt_l2cif_congest_cback (UINT16 lcid, BOOLEAN congested) argument 904 gatt_channel_congestion(p_tcb, congested);
|
/system/bt/bta/include/ |
H A D | bta_gatt_api.h | 383 BOOLEAN congested; /* congestion indicator */ member in struct:__anon373 596 BOOLEAN congested; /* report channel congestion indicator */ member in struct:__anon384
|
Completed in 71 milliseconds