/external/bluetooth/bluedroid/stack/gatt/ |
gatt_main.c | 59 static void gatt_l2cif_congest_cback (UINT16 cid, BOOLEAN congested); 466 static void gatt_channel_congestion(tGATT_TCB *p_tcb, BOOLEAN congested) 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) 508 gatt_channel_congestion(p_tcb, congested); 875 static void gatt_l2cif_congest_cback (UINT16 lcid, BOOLEAN congested) 881 gatt_channel_congestion(p_tcb, congested); [all...] |
/external/libnfc-nci/src/nfa/int/ |
nfa_cho_int.h | 218 BOOLEAN congested; /* TRUE if data link is congested */ member in struct:__anon3655 223 BOOLEAN collision_congested; /* TRUE if collision connection is congested */
|
/external/bluetooth/bluedroid/bta/gatt/ |
bta_gatts_act.c | 49 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested); 964 static void bta_gatts_cong_cback (UINT16 conn_id, BOOLEAN congested) 978 cb_data.congest.congested = congested;
|
bta_gattc_act.c | 56 static void bta_gattc_cong_cback (UINT16 conn_id, BOOLEAN congested); [all...] |
/external/bluetooth/bluedroid/stack/hid/ |
hidh_conn.c | 60 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested); 749 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested) 764 HIDH_TRACE_EVENT ("HID-Host Rcvd L2CAP congestion status, CID: 0x%x Cong: %d", l2cap_cid, congested); 766 if (congested) [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_gatt_api.h | 383 BOOLEAN congested; /* congestion indicator */ member in struct:__anon5412 596 BOOLEAN congested; /* report channel congestion indicator */ member in struct:__anon5423 [all...] |
/external/bluetooth/bluedroid/stack/include/ |
gatt_api.h | 578 typedef void (tGATT_CONGESTION_CBACK )(UINT16 conn_id, BOOLEAN congested); [all...] |
/external/bluetooth/bluedroid/btif/src/ |
btif_gatt_server.c | 333 , p_data->congest.congested
|
btif_gatt_client.c | 692 , p_data->congest.congested [all...] |