Home
last modified time | relevance | path

Searched refs:congestion_cb (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/l2cap/
Dl2cap_client.cc55 static void congestion_cb(uint16_t local_channel_id, bool is_congested);
74 .pL2CA_CongestionStatus_Cb = congestion_cb,
342 static void congestion_cb(uint16_t local_channel_id, bool is_congested) { in congestion_cb() function
/system/bt/btif/src/
Dbtif_gatt_server.cc236 HAL_CBACK(bt_gatt_callbacks, server->congestion_cb, in btapp_gatts_handle_cback()
Dbtif_gatt_client.cc179 HAL_CBACK(bt_gatt_callbacks, client->congestion_cb, in btif_gattc_upstreams_evt()