Searched defs:congested (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gatts_act.c49 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested);
964 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested) argument
978 cb_data.congest.congested = congested;
H A Dbta_gattc_act.c56 static void bta_gattc_cong_cback (UINT16 conn_id, BOOLEAN congested);
2161 static void bta_gattc_cong_cback (UINT16 conn_id, BOOLEAN congested) argument
2171 cb_data.congest.congested = congested;
/external/bluetooth/bluedroid/stack/hid/
H A Dhidh_conn.c60 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested);
749 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested) argument
764 HIDH_TRACE_EVENT ("HID-Host Rcvd L2CAP congestion status, CID: 0x%x Cong: %d", l2cap_cid, congested);
766 if (congested)
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_main.c59 static void gatt_l2cif_congest_cback (UINT16 cid, BOOLEAN congested);
466 static void gatt_channel_congestion(tGATT_TCB *p_tcb, BOOLEAN congested) argument
473 if (p_tcb != NULL && congested == FALSE)
485 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested);
495 ** Description This function is called when GATT fixed channel is congested
501 static void gatt_le_cong_cback(BD_ADDR remote_bda, BOOLEAN congested) argument
508 gatt_channel_congestion(p_tcb, congested);
875 static void gatt_l2cif_congest_cback (UINT16 lcid, BOOLEAN congested) argument
881 gatt_channel_congestion(p_tcb, congested);
/external/libnfc-nci/src/nfa/int/
H A Dnfa_cho_int.h218 BOOLEAN congested; /* TRUE if data link is congested */ member in struct:__anon24096
223 BOOLEAN collision_congested; /* TRUE if collision connection is congested */
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h383 BOOLEAN congested; /* congestion indicator */ member in struct:__anon787
596 BOOLEAN congested; /* report channel congestion indicator */ member in struct:__anon798

Completed in 2332 milliseconds