Searched refs:congested (Results 1 – 12 of 12) sorted by relevance
/system/bt/stack/gatt/ |
D | gatt_main.cc | 67 static void gatt_l2cif_congest_cback(uint16_t cid, bool congested); 482 static void gatt_channel_congestion(tGATT_TCB* p_tcb, bool congested) { in gatt_channel_congestion() argument 488 if (p_tcb != NULL && !congested) { in gatt_channel_congestion() 496 (*p_reg->app_cb.p_congestion_cb)(conn_id, congested); in gatt_channel_congestion() 544 static void gatt_le_cong_cback(const RawAddress& remote_bda, bool congested) { in gatt_le_cong_cback() argument 549 gatt_channel_congestion(p_tcb, congested); in gatt_le_cong_cback() 743 static void gatt_l2cif_congest_cback(uint16_t lcid, bool congested) { in gatt_l2cif_congest_cback() argument 747 gatt_channel_congestion(p_tcb, congested); in gatt_l2cif_congest_cback()
|
/system/bt/stack/hid/ |
D | hidd_conn.cc | 44 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested); 387 static void hidd_l2cif_cong_ind(uint16_t cid, bool congested) { in hidd_l2cif_cong_ind() argument 389 HIDD_TRACE_EVENT("%s: cid=%04x congested=%d", __func__, cid, congested); in hidd_l2cif_cong_ind() 399 if (congested) { in hidd_l2cif_cong_ind()
|
D | hidh_conn.cc | 67 static void hidh_l2cif_cong_ind(uint16_t l2cap_cid, bool congested); 598 static void hidh_l2cif_cong_ind(uint16_t l2cap_cid, bool congested) { in hidh_l2cif_cong_ind() argument 613 l2cap_cid, congested); in hidh_l2cif_cong_ind() 615 if (congested) in hidh_l2cif_cong_ind()
|
/system/bt/bta/gatt/ |
D | bta_gatts_act.cc | 50 static void bta_gatts_cong_cback(uint16_t conn_id, bool congested); 667 static void bta_gatts_cong_cback(uint16_t conn_id, bool congested) { in bta_gatts_cong_cback() argument 679 cb_data.congest.congested = congested; in bta_gatts_cong_cback()
|
D | bta_gattc_act.cc | 65 static void bta_gattc_cong_cback(uint16_t conn_id, bool congested); 1403 static void bta_gattc_cong_cback(uint16_t conn_id, bool congested) { in bta_gattc_cong_cback() argument 1409 cb_data.congest.congested = congested; in bta_gattc_cong_cback()
|
/system/bt/include/hardware/ |
D | bt_gatt_server.h | 105 typedef void (*congestion_callback)(int conn_id, bool congested);
|
D | bt_gatt_client.h | 159 typedef void (*congestion_callback)(int conn_id, bool congested);
|
/system/bt/stack/test/gatt/ |
D | stack_gatt_test.cc | 57 void tGATT_CONGESTION_CBACK(uint16_t conn_id, bool congested) {} in tGATT_CONGESTION_CBACK() argument
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 197 bool congested; /* congestion indicator */ member 344 bool congested; /* report channel congestion indicator */ member
|
/system/bt/btif/src/ |
D | btif_gatt_server.cc | 224 p_data->congest.conn_id, p_data->congest.congested); in btapp_gatts_handle_cback()
|
D | btif_gatt_client.cc | 208 p_data->congest.conn_id, p_data->congest.congested); in btif_gattc_upstreams_evt()
|
/system/bt/stack/include/ |
D | gatt_api.h | 667 typedef void(tGATT_CONGESTION_CBACK)(uint16_t conn_id, bool congested);
|